зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1140454 - Disable a few cppunit tests on Android debug; r=me,test-only
This commit is contained in:
Родитель
cbc6dc061e
Коммит
9ed314bccf
|
@ -19,7 +19,7 @@ skip-if = os != 'win'
|
|||
[TestCOMPtr]
|
||||
[TestCOMPtrEq]
|
||||
[TestCSPParser]
|
||||
skip-if = os == 'b2g' # Bug 1054246
|
||||
skip-if = os == 'b2g' || (os == 'android' && debug) # Bug 1054246
|
||||
[TestCasting]
|
||||
[TestCeilingFloor]
|
||||
[TestCertDB]
|
||||
|
@ -28,7 +28,7 @@ skip-if = os == 'b2g' # Bug 1054246
|
|||
[TestCountPopulation]
|
||||
[TestCountZeroes]
|
||||
[TestDeadlockDetector]
|
||||
skip-if = os == 'b2g' # Bug 1054249
|
||||
skip-if = os == 'b2g' || (os == 'android' && debug) # Bug 1054249
|
||||
[TestDeadlockDetectorScalability]
|
||||
[TestDeque]
|
||||
[TestDllInterceptor]
|
||||
|
@ -73,7 +73,7 @@ support-files = TestStartupCacheTelemetry.js TestStartupCacheTelemetry.manifest
|
|||
[TestStringAPI]
|
||||
[TestSyncRunnable]
|
||||
[TestTArray]
|
||||
skip-if = os == 'b2g' # Bug 1054251
|
||||
skip-if = os == 'b2g' || os == 'android' # Bug 1054251, 1171296
|
||||
[TestTXMgr]
|
||||
skip-if = os == 'b2g' #Bug 919595
|
||||
[TestTextFormatter]
|
||||
|
@ -114,7 +114,7 @@ skip-if = os == 'android' # Bug 1147631
|
|||
[test_audio]
|
||||
[test_binding_params]
|
||||
[test_deadlock_detector]
|
||||
skip-if = os == 'b2g' # Bug 1054249
|
||||
skip-if = os == 'b2g' || (os == 'android' && debug) # Bug 1054249
|
||||
[test_file_perms]
|
||||
[test_latency]
|
||||
[test_mutex]
|
||||
|
|
Загрузка…
Ссылка в новой задаче