Source code

Revision control

Copy as Markdown

Other Tools

[invalid.py]
expected:
if (os == "linux") and debug and (version == "Ubuntu 18.04") and fission: [OK, CRASH]
disabled:
if (os == "linux") and os_version == "24.04" and processor == 'x86_64' and display == 'x11' and asan: https://bugzilla.mozilla.org/show_bug.cgi?id=1967882
[test_params_context_invalid_type[None\]]
expected:
if (os == "linux") and debug and (version == "Ubuntu 18.04") and fission: [PASS, ERROR]