mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
wasm: don't skip the GC test
Finally, all tests run on all targets!
This commit is contained in:
committed by
Ron Evans
parent
8f8232aada
commit
3729fcfa9e
@@ -74,16 +74,6 @@ func runPlatTests(target string, matches []string, t *testing.T) {
|
|||||||
for _, path := range matches {
|
for _, path := range matches {
|
||||||
path := path // redefine to avoid race condition
|
path := path // redefine to avoid race condition
|
||||||
|
|
||||||
switch {
|
|
||||||
case target == "wasm":
|
|
||||||
// testdata/gc.go is known not to work on WebAssembly
|
|
||||||
if path == filepath.Join("testdata", "gc.go") {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
default:
|
|
||||||
// all tests are supported
|
|
||||||
}
|
|
||||||
|
|
||||||
t.Run(filepath.Base(path), func(t *testing.T) {
|
t.Run(filepath.Base(path), func(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user