]> Cypherpunks repositories - gostls13.git/commit
test: add testcase for gccgo compile failure
authorThan McIntosh <thanm@google.com>
Thu, 27 Sep 2018 12:46:08 +0000 (08:46 -0400)
committerThan McIntosh <thanm@google.com>
Thu, 27 Sep 2018 15:01:24 +0000 (15:01 +0000)
commit31d19c0ba34782d16b91e9d41aa88147e858bb34
tree3d1b853b707d20c65391630013e17f0e48bbc720
parent019aee55d3f99f61aa685370f3a644ec78de1e61
test: add testcase for gccgo compile failure

Also includes a small tweak to test/run.go to allow package names
with Unicode letters (as opposed to just ASCII chars).

Updates #27836

Change-Id: Idbf0bdea24174808cddcb69974dab820eb13e521
Reviewed-on: https://go-review.googlesource.com/138075
Reviewed-by: Cherry Zhang <cherryyz@google.com>
test/fixedbugs/issue27836.dir/Äfoo.go [new file with mode: 0644]
test/fixedbugs/issue27836.dir/Ämain.go [new file with mode: 0644]
test/fixedbugs/issue27836.go [new file with mode: 0644]
test/run.go