Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Errors
- This test gets skipped with pattern: asan OR tsan
- This test failed 2 times in the preceding 30 days. quicksearch this test
- Manifest: toolkit/components/aboutprocesses/tests/browser/browser.toml
// Test about:processes with default options.
add_task(async function testDefaultOptions() {
return testAboutProcessesWithConfig({
showAllFrames: false,
showThreads: false,
});
});