mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
Bug 1757528 - Don't run nativeallocations tests on Android - r=canaltinova
The native allocations feature is crashing tests on Android in the watchdog thread, possibly due to its CPU overhead. This feature is rarely used, and mostly by Firefox developers, so it's okay to keep it available without tests. Differential Revision: https://phabricator.services.mozilla.com/D141568
This commit is contained in:
parent
8be8241c90
commit
b7e1985cd5
@ -35,6 +35,7 @@ skip-if =
|
|||||||
# and no allocation markers are gathered. Skip this test in that configuration.
|
# and no allocation markers are gathered. Skip this test in that configuration.
|
||||||
[test_feature_nativeallocations.js]
|
[test_feature_nativeallocations.js]
|
||||||
skip-if =
|
skip-if =
|
||||||
|
toolkit == 'android' # bug 1757528
|
||||||
asan
|
asan
|
||||||
tsan
|
tsan
|
||||||
socketprocess_networking
|
socketprocess_networking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user