Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'android' OR os == 'win' && msix
- Manifest: toolkit/crashreporter/test/unit/xpcshell.toml
add_task(async function run_test() {
// Ensure that attempting to override the exception handler doesn't cause
// us to lose our exception handler.
await do_crash(
function () {
CrashTestUtils.TryOverrideExceptionHandler();
},
function () {},
true
);
});