conftest.py |
{
"ContentSandboxLevel":"2",
"TelemetryEnvironment":"{🍪}",
"EMCheckCompatibility":"true",
"ProductName":"Firefox",
"ContentSandboxCapabilities":"119",
"TelemetryClientId":"",
"Vendor":"Mozilla",
"InstallTime":"1000000000",
"Theme":"classic/1.0",
"ReleaseChannel":"default",
"ServerURL":"https://crash-reports.mozilla.com",
"SafeMode":"0",
"ContentSandboxCapable":"1",
"useragent_locale":"en-US",
"Version":"55.0a1",
"BuildID":"20170512114708",
"ProductID":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
"MozCrashReason": "MOZ_CRASH()",
"TelemetryServerURL":"",
"DOMIPCEnabled":"1",
"Add-ons":"",
"CrashTime":"1494582646",
"UptimeTS":"14.9179586",
"ContentSandboxEnabled":"1",
"ProcessType":"content",
"StartupTime":"1000000000",
"URL":"about:home"
}
|
3135 |
manifest.toml |
|
150 |
test_basic.py |
Test that check_for_crashes returns 0 if no dumps are present. |
1284 |
test_java_exception.py |
Test for an exception which should be caught. |
1726 |
test_save_path.py |
Test that dump_save_path works when the directory doesn't exist. |
2287 |
test_stackwalk.py |
Test that check_for_crashes can handle unicode in dump_directory. |
1287 |
test_symbols_path.py |
Test that no symbols path let mozcrash try to find the symbols. |
2700 |