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

Unified Diff: test/debugger/debug/wasm/frame-inspection.js

Issue 2630553002: [wasm] Enforce that function bodies end with the \"end\" opcode. (Closed)
Patch Set: Collapse some tests together Created 3 years, 11 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
« no previous file with comments | « test/cctest/wasm/wasm-run-utils.h ('k') | test/inspector/debugger/wasm-scripts-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/wasm/frame-inspection.js
diff --git a/test/debugger/debug/wasm/frame-inspection.js b/test/debugger/debug/wasm/frame-inspection.js
index 45c0253aa6c7a75ac2533a9a7fea5dd4074df967..45fa8a96f465f040357919710742b40e1035d2f5 100644
--- a/test/debugger/debug/wasm/frame-inspection.js
+++ b/test/debugger/debug/wasm/frame-inspection.js
@@ -15,8 +15,8 @@ var break_count = 0;
const expected_frames = [
// func-name; wasm?; pos; line; col
['call_debugger', false], // --
- ['wasm_2', true, 56, 2, 0], // --
- ['wasm_1', true, 52, 3, 0], // --
+ ['wasm_2', true, 56, 2, 2], // --
+ ['wasm_1', true, 52, 3, 2], // --
['testFrameInspection', false], // --
['', false]
];
« no previous file with comments | « test/cctest/wasm/wasm-run-utils.h ('k') | test/inspector/debugger/wasm-scripts-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698