Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: test/emscripten/core/test_exceptions_typed-Os.out

Issue 1099813007: Revert "[test] Initial import of an emscripten test suite." (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/emscripten/core/test_exceptions_typed-Os.out
diff --git a/test/emscripten/core/test_exceptions_typed-Os.out b/test/emscripten/core/test_exceptions_typed-Os.out
deleted file mode 100644
index 718f189a41c89205f74d45d80fc0a70bd8ff32a9..0000000000000000000000000000000000000000
--- a/test/emscripten/core/test_exceptions_typed-Os.out
+++ /dev/null
@@ -1,77 +0,0 @@
-*CREATING A FOO
-*CREATING A BAR
-*CREATING A QUUX
-*CREATING A QUUX
-*CREATING A CHILD
-start
-
-
-test 0
- throwing ExFooInstance
-*COPYING A FOO
-*COPYING A FOO
-outer catch foo: 11
-*DESTROYING A FOO (11)
-*DESTROYING A FOO (11)
-
-
-test 1
- throwing ExBarInstance
-*COPYING A BAR
-*COPYING A BAR
-inner re-throw: 22
-*DESTROYING A BAR (22)
-outer catch bar-ref: 22
-*DESTROYING A BAR (22)
-
-
-test 2
- throwing ExQuuxInstance
-*COPYING A QUUX
-*COPYING A QUUX
-inner catch quux: 33
-*DESTROYING A QUUX (33)
-*DESTROYING A QUUX (33)
-
-
-test 3
- throwing ExQuux ptr
-outer catch quux-ptr: 33
-
-
-test 4
- throwing ExChildInstance
-*CREATING A QUUX
-*COPYING CHILD
-*COPYING A QUUX
-inner catch quux: 44
-*DESTROYING A QUUX (44)
-*DESTROYING A CHILD (44)
-*DESTROYING A QUUX (44)
-
-
-test 5
- throwing ExChildInstance ptr
-outer catch quux-ptr: 44
-
-
-test 6
- throwing 42
-outer catch int: 42
-
-
-test 7
- throwing NULL
-outer catch-all
-
-
-test 8
- not throwing
-
-
-end
-*DESTROYING A CHILD (44)
-*DESTROYING A QUUX (44)
-*DESTROYING A QUUX (33)
-*DESTROYING A BAR (22)
-*DESTROYING A FOO (11)
« no previous file with comments | « test/emscripten/core/test_exceptions_typed-Os.js ('k') | test/emscripten/core/test_exceptions_white_list-O2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698