mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-05 07:58:57 +00:00
31 lines
656 B
INI
31 lines
656 B
INI
[DEFAULT]
|
|
head =
|
|
tail =
|
|
|
|
support-files =
|
|
data/test_logger_file
|
|
|
|
[test_bug793310.js]
|
|
|
|
[test_bug832946.js]
|
|
|
|
[test_fxaccounts.js]
|
|
[test_signintowebsite.js]
|
|
head = head_identity.js
|
|
tail =
|
|
|
|
# testing non gonk-specific stuff
|
|
[test_logcapture.js]
|
|
|
|
[test_logcapture_gonk.js]
|
|
# only run on b2g builds due to requiring b2g-specific log files to exist
|
|
skip-if = toolkit != "gonk"
|
|
|
|
[test_logparser.js]
|
|
|
|
[test_logshake.js]
|
|
|
|
[test_logshake_gonk.js]
|
|
# only run on b2g builds due to requiring b2g-specific log files to exist
|
|
skip-if = ((toolkit != "gonk") || ((toolkit == "gonk") && (debug == true))) # bug 1125989: disabled because of race condition in OS.File.makeDir
|