]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.unified] test: change Unicode file/package name to use characters not translated...
authorDavid Chase <drchase@google.com>
Tue, 19 Jul 2022 19:20:55 +0000 (15:20 -0400)
committerDavid Chase <drchase@google.com>
Tue, 19 Jul 2022 19:36:23 +0000 (19:36 +0000)
commit055a5e55faf0f5c8d5bb6db2e17d5d48f13a584c
tree57edb73ede27783bf3b7a0b3f08454df72146bdb
parent2cf632cd57fac7edacb9ad4621ce0234b81d0bc3
[dev.unified] test: change Unicode file/package name to use characters not translated by macOS.

In filenames, macOS translates Ä (U+00c4, c3 84) to Ä (U+0041 U+0308, 41 cc 88).
This causes problems for run.go's crude rules for testing the compiler.

Fixes #53954.

Change-Id: I850421cbf07e022ca5ff8122e0fb4e80deb55adf
Reviewed-on: https://go-review.googlesource.com/c/go/+/418334
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
test/fixedbugs/issue27836.dir/Äfoo.go [deleted file]
test/fixedbugs/issue27836.dir/Ämain.go [deleted file]
test/fixedbugs/issue27836.dir/Þfoo.go [new file with mode: 0644]
test/fixedbugs/issue27836.dir/Þmain.go [new file with mode: 0644]