Bug 1337009 - Re-enable CSS shapes reftests and CSS text reftests on Windows debug builds. r=TYLin, jeremychen

This commit is contained in:
vincentliu 2017-03-02 15:15:37 +08:00
parent add901e3a2
commit cab8bf217b

View File

@ -53,17 +53,10 @@ include ruby/reftest.list
include selectors4/reftest.list
# Shapes Level 1
# Bug 1300355: Skip shapes reftests to prevent frequent intermittent failures
# on Win7 debug.
skip-if(winWidget&&isDebugBuild) include shapes1/reftest.list
include shapes1/reftest.list
# Text Level 3
# In Bug 1316482, we've added a large number of tests in this folder, which
# indirectly causes frequent reftest failures on win7 debug. (see Bug 1300355)
# Since the root cause is not these tests, skip them on win7 debug for now.
# Once we come up with a better solution, we should re-enable this folder on
# win7 debug.
skip-if(winWidget&&isDebugBuild) include text3/reftest.list
include text3/reftest.list
# Text Decoration Level 3
include text-decor-3/reftest.list