Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
test: disabling test using shared array buffers and fixing message
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLaguana authored and kfarnung committed Sep 11, 2018
1 parent 0d67655 commit ee050f8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ common.skipIfInspectorDisabled();
expression: 'for(;;);',
timeout: 0
}).catch((e) => e);
strictEqual(result.message, 'Execution was terminated');
strictEqual(result.message, common.engineSpecificMessage({
v8: 'Execution was terminated',
chakracore: 'Failed to evaluate expression'
}));
session.disconnect();
})();

0 comments on commit ee050f8

Please sign in to comment.