Commit 1f34eb0a authored by gsathya's avatar gsathya Committed by Commit bot

[debugger] use abortjs to quit

--asan test config passes --omit-quit which breaks this test on
  failure.

Review-Url: https://codereview.chromium.org/2546093002
Cr-Commit-Position: refs/heads/master@{#41627}
parent 33e651e5
......@@ -208,9 +208,8 @@ function runPart(n) {
Debug.clearBreakOnUncaughtException();
}
if (expectedEvents != events) {
print(`producer ${producer} consumer ${consumer} expectedEvents ` +
`${expectedEvents} caught ${caught} events ${events}`);
quit(1);
%AbortJS(`producer ${producer} consumer ${consumer} expectedEvents ` +
`${expectedEvents} caught ${caught} events ${events}`);
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment