]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix flaky linux/386 build
authorRuss Cox <rsc@golang.org>
Wed, 9 Apr 2014 14:02:55 +0000 (10:02 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 9 Apr 2014 14:02:55 +0000 (10:02 -0400)
TBR=iant
CC=golang-codereviews
https://golang.org/cl/86030043

src/pkg/runtime/runtime_test.go

index 67d39218d445f4578b484878ad90fb172e78a351..a14e06e7ad38d5b40de239415a4eea594b01f951 100644 (file)
@@ -157,7 +157,7 @@ var faultAddrs = []uint64{
        0xffffffffffffffff,
        0xfffffffffffff001,
        // no 0xffffffffffff0001; 0xffff0001 is mapped for 32-bit user space on OS X
-       0xfffffffffff00001,
+       // no 0xfffffffffff00001; 0xfff00001 is mapped for 32-bit user space sometimes on Linux
        0xffffffffff000001,
        0xfffffffff0000001,
        0xffffffff00000001,