Bug 967606 - Skip test_call_start_from_end_handler.html on B2G opt.

This commit is contained in:
Ryan VanderMeulen 2015-08-30 19:17:48 -04:00
parent f68cf4db7e
commit 5fcc7d0d88

View File

@ -13,7 +13,7 @@ skip-if = toolkit == 'android' || toolkit == 'gonk' # bug 1037287
skip-if = toolkit == 'gonk' # Bug 1191270
[test_call_start_from_end_handler.html]
tags=capturestream
skip-if = ((android_version == '18' || buildapp == 'b2g') && debug) # bug 967606
skip-if = (android_version == '18' && debug) || buildapp == 'b2g' # bug 967606
[test_nested_eventloop.html]
skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android' || e10s # b2g(showmodaldialog)
[test_preference_enable.html]