xpcshell.ini 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [DEFAULT]
  2. head = head_xpcom.js
  3. tail =
  4. support-files =
  5. bug725015.manifest
  6. compmgr_warnings.manifest
  7. data/**
  8. xpcomtest.xpt
  9. xpcomtest.manifest
  10. generated-files =
  11. xpcomtest.xpt
  12. [test_bug121341.js]
  13. [test_bug325418.js]
  14. [test_bug332389.js]
  15. [test_bug333505.js]
  16. [test_bug364285-1.js]
  17. # Bug 902073: test fails consistently on Android x86
  18. skip-if = os == "android"
  19. [test_bug374754.js]
  20. [test_bug476919.js]
  21. # Bug 676998: test fails consistently on Android
  22. fail-if = os == "android"
  23. [test_bug478086.js]
  24. [test_bug656331.js]
  25. # Bug 676998: test fails consistently on Android
  26. fail-if = os == "android"
  27. [test_bug725015.js]
  28. [test_debugger_malloc_size_of.js]
  29. [test_compmgr_warnings.js]
  30. # Bug 676998: test fails consistently on Android
  31. fail-if = os == "android"
  32. [test_file_createUnique.js]
  33. [test_file_equality.js]
  34. [test_hidden_files.js]
  35. [test_home.js]
  36. # Bug 676998: test fails consistently on Android
  37. fail-if = os == "android"
  38. [test_iniProcessor.js]
  39. [test_ioutil.js]
  40. [test_localfile.js]
  41. [test_mac_bundle.js]
  42. [test_nsIMutableArray.js]
  43. [test_nsIProcess.js]
  44. skip-if = os == "win" || os == "linux" # bug 582821, bug 1325609
  45. # Bug 676998: test fails consistently on Android
  46. fail-if = os == "android"
  47. [test_nsIProcess_stress.js]
  48. skip-if = os == "win" # bug 676412, test isn't needed on windows and runs really slowly
  49. [test_pipe.js]
  50. [test_process_directives.js]
  51. skip-if = os == "android"
  52. [test_process_directives_child.js]
  53. skip-if = os == "android"
  54. [test_storagestream.js]
  55. [test_streams.js]
  56. [test_seek_multiplex.js]
  57. [test_stringstream.js]
  58. [test_symlinks.js]
  59. # Bug 676998: test fails consistently on Android
  60. fail-if = os == "android"
  61. [test_systemInfo.js]
  62. # Bug 902081: test fails consistently on Android 2.2, passes on 4.0
  63. skip-if = os == "android"
  64. [test_versioncomparator.js]
  65. [test_comp_no_aslr.js]
  66. skip-if = os != "win"
  67. [test_windows_shortcut.js]
  68. skip-if = os != "win"
  69. [test_windows_cmdline_file.js]
  70. skip-if = os != "win"
  71. [test_bug745466.js]
  72. skip-if = os == "win"
  73. # Bug 676998: test fails consistently on Android
  74. fail-if = os == "android"
  75. [test_file_renameTo.js]
  76. [test_notxpcom_scriptable.js]
  77. [test_windows_registry.js]
  78. skip-if = os != "win"