]> Cypherpunks.ru repositories - gostls13.git/commit
all: skip unsupported tests for js/wasm
authorRichard Musiol <mail@richard-musiol.de>
Sun, 4 Mar 2018 11:15:37 +0000 (12:15 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 30 Apr 2018 19:39:18 +0000 (19:39 +0000)
commite3c684777a05ca5a4f9bb59983e07c4e6a7a5e15
tree938e64179085a5a716442f77d600882ac929d375
parent1b44167d055464f79c026d2023953ba7efdbcfe6
all: skip unsupported tests for js/wasm

The general policy for the current state of js/wasm is that it only
has to support tests that are also supported by nacl.

The test nilptr3.go makes assumptions about which nil checks can be
removed. Since WebAssembly does not signal on reading a null pointer,
all nil checks have to be explicit.

Updates #18892

Change-Id: I06a687860b8d22ae26b1c391499c0f5183e4c485
Reviewed-on: https://go-review.googlesource.com/110096
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
49 files changed:
src/archive/zip/zip_test.go
src/cmd/go/go_test.go
src/cmd/go/internal/base/signal_unix.go
src/cmd/vendor/github.com/google/pprof/internal/driver/fetch_test.go
src/cmd/vendor/github.com/google/pprof/internal/driver/webui_test.go
src/debug/elf/file_test.go
src/encoding/gob/encoder_test.go
src/internal/testenv/testenv.go
src/log/syslog/syslog_test.go
src/runtime/chanbarrier_test.go
src/runtime/crash_nonunix_test.go
src/runtime/gc_test.go
src/runtime/hash_test.go
src/runtime/pprof/pprof_test.go
src/runtime/proc_test.go
src/runtime/runtime_test.go
src/runtime/rwmutex_test.go
src/runtime/stack_test.go
src/syscall/syscall_test.go
src/text/template/exec.go
test/fixedbugs/bug248.go
test/fixedbugs/bug302.go
test/fixedbugs/bug345.go
test/fixedbugs/bug369.go
test/fixedbugs/bug429_run.go
test/fixedbugs/issue10958.go
test/fixedbugs/issue11656.go
test/fixedbugs/issue11771.go
test/fixedbugs/issue14636.go
test/fixedbugs/issue16037_run.go
test/fixedbugs/issue18902.go
test/fixedbugs/issue19182.go
test/fixedbugs/issue19658.go
test/fixedbugs/issue21317.go
test/fixedbugs/issue22660.go
test/fixedbugs/issue22662b.go
test/fixedbugs/issue9355.go
test/fixedbugs/issue9604b.go
test/fixedbugs/issue9862_run.go
test/gc2.go
test/linkmain_run.go
test/linkobj.go
test/linkx_run.go
test/live_syscall.go
test/nilptr3.go
test/nilptr3_wasm.go [new file with mode: 0644]
test/nosplit.go
test/peano.go
test/sinit_run.go