https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 6898dcc02673c2f7d268723e113b733377253b87 authored by ffxbld on 14 July 2014, 21:47:45 UTC
Added FIREFOX_31_0_RELEASE FIREFOX_31_0_BUILD1 tag(s) for changeset b0893d225559. DONTBUILD CLOSED TREE a=release
Tip revision: 6898dcc
mochitest.ini
[DEFAULT]
skip-if = toolkit=='gonk' || e10s #b2g(bug 974270, frequent failures) b2g-debug(bug 974270, frequent failures)
support-files =
  file_app_install.html
  file_readonly.html
  file_basic.html
  file_changes.html
  file_changes2.html
  file_app.sjs
  file_app.template.webapp
  file_app2.template.webapp
  file_arrays.html
  file_sync.html
  file_bug924104.html
  file_certifiedApp.html
  file_keys.html
  file_duplicate.html
  file_bug976311.html
  file_bug976311.template.webapp
  file_bug986056.html
  file_bug986056.template.webapp
  file_event_maker.html
  file_event_receiver.html
  file_transactions.html

[test_app_install.html]
[test_readonly.html]
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(debug-only failure; time out) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
[test_basic.html]
[test_changes.html]
skip-if = (toolkit == 'gonk' && debug) #intermittent failures, bug 961021
[test_arrays.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure; time out
[test_oop.html]
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(debug-only failure; time out) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
[test_sync.html]
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(debug-only failure; time out) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
[test_bug924104.html]
[test_certifiedApp.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure; time out
[test_keys.html]
[test_duplicate.html]
[test_bug976311.html]
[test_bug986056.html]
[test_oop_events.html]
[test_transactions.html]
back to top