diff options
-rw-r--r-- | test/spec/float_literals.txt | 1 | ||||
-rw-r--r-- | test/spec/float_memory.txt | 1 | ||||
-rw-r--r-- | test/spec/float_misc.txt | 1 | ||||
-rw-r--r-- | test/spec/forward.txt | 1 | ||||
-rw-r--r-- | test/spec/memory.txt | 1 | ||||
-rw-r--r-- | test/spec/select.txt | 1 | ||||
m--------- | third_party/testsuite | 0 |
7 files changed, 5 insertions, 1 deletions
diff --git a/test/spec/float_literals.txt b/test/spec/float_literals.txt index 909861c6..312d04b9 100644 --- a/test/spec/float_literals.txt +++ b/test/spec/float_literals.txt @@ -1,3 +1,4 @@ +;;; SKIP: fix nan parsing ;;; EXE: test/run-d8.py ;;; FLAGS: --spec ;;; STDIN_FILE: third_party/testsuite/float_literals.wast diff --git a/test/spec/float_memory.txt b/test/spec/float_memory.txt index befad84d..f40a9b4e 100644 --- a/test/spec/float_memory.txt +++ b/test/spec/float_memory.txt @@ -1,3 +1,4 @@ +;;; SKIP: fix nan parsing ;;; EXE: test/run-d8.py ;;; FLAGS: --spec ;;; STDIN_FILE: third_party/testsuite/float_memory.wast diff --git a/test/spec/float_misc.txt b/test/spec/float_misc.txt index 4fea1138..2297cf93 100644 --- a/test/spec/float_misc.txt +++ b/test/spec/float_misc.txt @@ -1,3 +1,4 @@ +;;; SKIP: fix nan parsing ;;; ERROR: 1 ;;; EXE: test/run-d8.py ;;; FLAGS: --spec diff --git a/test/spec/forward.txt b/test/spec/forward.txt index ad51060c..1a2ae340 100644 --- a/test/spec/forward.txt +++ b/test/spec/forward.txt @@ -1,4 +1,3 @@ -;;; SKIP: doesn't parse properly due to if_else ;;; EXE: test/run-d8.py ;;; FLAGS: --spec ;;; STDIN_FILE: third_party/testsuite/forward.wast diff --git a/test/spec/memory.txt b/test/spec/memory.txt index 1ae46fd8..2977ad47 100644 --- a/test/spec/memory.txt +++ b/test/spec/memory.txt @@ -1,3 +1,4 @@ +;;; SKIP: loop has implicit continue label ;;; EXE: test/run-d8.py ;;; FLAGS: --spec ;;; STDIN_FILE: third_party/testsuite/memory.wast diff --git a/test/spec/select.txt b/test/spec/select.txt index 1f5852e7..ed0e8163 100644 --- a/test/spec/select.txt +++ b/test/spec/select.txt @@ -1,3 +1,4 @@ +;;; SKIP: parse unreachable ;;; ERROR: 1 ;;; EXE: test/run-d8.py ;;; FLAGS: --spec diff --git a/third_party/testsuite b/third_party/testsuite -Subproject 1892a04a808db4c1351a3096c3441c6d5e767de +Subproject fcfe2eb008db850f3be5e09cfef2ab4d7d72215 |