]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] test: exclude 32bit-specific test that fails on 32bit platforms...
authorRobert Griesemer <gri@golang.org>
Thu, 10 Dec 2020 01:17:36 +0000 (17:17 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 10 Dec 2020 16:47:54 +0000 (16:47 +0000)
Change-Id: I4f1d5d34dd9b26cea8e837a8ff7e833e02c913e1
Reviewed-on: https://go-review.googlesource.com/c/go/+/276815
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
test/run.go

index db8bffc81fe490953c5facab7e832c4beab9d075..3e0e7ab3683069803204a20a21b3b0c57f6da4ed 100644 (file)
@@ -1969,7 +1969,8 @@ var excluded = map[string]bool{
        "fixedbugs/bug374.go":    true,
        "fixedbugs/bug379.go":    true,
        "fixedbugs/bug383.go":    true,
-       "fixedbugs/bug385_64.go": true,
+       "fixedbugs/bug385_32.go": true, // types2 doesn't produce "stack frame too large" error (32-bit specific)
+       "fixedbugs/bug385_64.go": true, // types2 doesn't produce "stack frame too large" error
        "fixedbugs/bug386.go":    true,
        "fixedbugs/bug388.go":    true,
        "fixedbugs/bug389.go":    true,