summaryrefslogtreecommitdiff
path: root/test/spec/traps.txt
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2015-10-13 22:38:42 -0700
committerBen Smith <binji@chromium.org>2015-10-13 22:38:44 -0700
commit9c56f163e228ce6fbe918509577060aa202d0f09 (patch)
treed40c44038dc2de73f1f44f9448c87fdf24cd631d /test/spec/traps.txt
parent0b2ae03147db7954b46cce5881fcd04beb0ef200 (diff)
downloadwabt-9c56f163e228ce6fbe918509577060aa202d0f09.tar.gz
wabt-9c56f163e228ce6fbe918509577060aa202d0f09.tar.bz2
wabt-9c56f163e228ce6fbe918509577060aa202d0f09.zip
nicer output from spec tests
Don't print successes, only failures. Also print file:line on error.
Diffstat (limited to 'test/spec/traps.txt')
-rw-r--r--test/spec/traps.txt21
1 files changed, 8 insertions, 13 deletions
diff --git a/test/spec/traps.txt b/test/spec/traps.txt
index f4088c5e..77b6d9eb 100644
--- a/test/spec/traps.txt
+++ b/test/spec/traps.txt
@@ -13,17 +13,12 @@
;;; STDERR ;;)
(;; STDOUT ;;;
-instantiating module
-$assert_trap_0 failed, didn't throw
-$assert_trap_1 failed, didn't throw
-$assert_trap_2 failed, didn't throw
-$assert_trap_3 failed, didn't throw
-0/4 tests passed.
-instantiating module
-$assert_trap_0 failed, didn't throw
-$assert_trap_1 failed, didn't throw
-$assert_trap_2 failed, didn't throw
-$assert_trap_3 failed, didn't throw
-0/4 tests passed.
-instantiating module
+third_party/spec/ml-proto/test/traps.wast:20: $assert_trap_0 failed, didn't throw
+third_party/spec/ml-proto/test/traps.wast:21: $assert_trap_1 failed, didn't throw
+third_party/spec/ml-proto/test/traps.wast:22: $assert_trap_2 failed, didn't throw
+third_party/spec/ml-proto/test/traps.wast:23: $assert_trap_3 failed, didn't throw
+third_party/spec/ml-proto/test/traps.wast:40: $assert_trap_0 failed, didn't throw
+third_party/spec/ml-proto/test/traps.wast:41: $assert_trap_1 failed, didn't throw
+third_party/spec/ml-proto/test/traps.wast:42: $assert_trap_2 failed, didn't throw
+third_party/spec/ml-proto/test/traps.wast:43: $assert_trap_3 failed, didn't throw
;;; STDOUT ;;)