darwin: rc1

This commit is contained in:
Jan Mercl
2021-01-04 23:46:17 +01:00
parent a99a46d4d9
commit be3a8ad798
3 changed files with 6 additions and 16 deletions

View File

@@ -34,16 +34,6 @@ func TestTclTest(t *testing.T) {
// # this test.
blacklist["bigsort.test"] = struct{}{}
}
switch runtime.GOOS {
case "darwin":
for _, v := range []string{
// writecrash-1.1.1...libc_darwin.go:1590:Xabort: TODOTODO
"writecrash.test",
} {
blacklist[v] = struct{}{}
t.Errorf("%v: crashes or hangs, disabled", v)
}
}
m, err := filepath.Glob(filepath.FromSlash("testdata/tcl/*"))
if err != nil {
t.Fatal(err)