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

Side by Side Diff: test/emscripten/core/test_exceptions_multi-O2.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 unified diff | Download patch
OLDNEW
(Empty)
1 setjmp normal execution path, level: 0, prev_jmp: -1
2 setjmp normal execution path, level: 1, prev_jmp: 0
3 level is 2, perform longjmp!
4 caught 1
5 setjmp exception execution path, level: 1, prev_jmp: 0
6 prev_jmp is not empty, continue with longjmp!
7 caught 0
8 setjmp exception execution path, level: 0, prev_jmp: -1
9 Exiting setjmp function, level: 0, prev_jmp: -1
OLDNEW
« no previous file with comments | « test/emscripten/core/test_exceptions_multi-O2.js ('k') | test/emscripten/core/test_exceptions_multi-O3.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698