Commit 5aac0f0d authored by Robert Griesemer's avatar Robert Griesemer

go/types: include test/fixedbugs/bug073.go again in test

This test was excluded from the go/types std lib test
because it tested old behavior (shift count must be
an unsigned int). With the compiler changes made and
the test adjusted accordingly, we can include it again.

Updates #19113.

Change-Id: If9b6b83505d2bd2b426fcefa225986d73658a229
Reviewed-on: https://go-review.googlesource.com/c/159319Reviewed-by: default avatarEmmanuel Odeke <emm.odeke@gmail.com>
parent dca707b2
...@@ -167,7 +167,6 @@ func TestStdFixed(t *testing.T) { ...@@ -167,7 +167,6 @@ func TestStdFixed(t *testing.T) {
} }
testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"), testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"),
"bug073.go", // checks for unsigned integer shift - disabled for now
"bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore "bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore
"issue6889.go", // gc-specific test "issue6889.go", // gc-specific test
"issue7746.go", // large constants - consumes too much memory "issue7746.go", // large constants - consumes too much memory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment