Bug 1021174 - Skip test_bug495145.html on OSX 10.6 due to intermittent crashes.

This commit is contained in:
Ryan VanderMeulen 2015-04-15 14:35:58 -04:00
parent 3849dfb3eb
commit bdb6698d83

View File

@ -341,7 +341,7 @@ skip-if = buildapp == 'mulet' || os == 'win' || (toolkit == 'android' && process
[test_bug465498.html]
skip-if = (toolkit == 'android' && processor == 'x86')
[test_bug495145.html]
skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
skip-if = (toolkit == 'android' && processor == 'x86') || (os == 'mac' && os_version == '10.6') #x86 only bug 914439, bug 1021174
[test_bug495300.html]
skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
[test_bug654550.html]