Skip some mozilla tests on turbofan_opt as they consistently timeout

These tests were marked as NO_VARIANTS under debug, but they were timing
out under turbofan_opt as well on the CFI bot (see, e.g.:
https://build.chromium.org/p/client.v8/builders/V8%20Linux64%20-%20cfi/builds/6765).

R=machenbach@chromium.org

Review-Url: https://codereview.chromium.org/2400463003
Cr-Commit-Position: refs/heads/master@{#40103}
This commit is contained in:
adamk 2016-10-07 15:41:25 -07:00 committed by Commit bot
parent 2d4871c143
commit 2c60ecf6e4

View File

@ -870,6 +870,18 @@
}], # ALWAYS
['variant == turbofan_opt', {
# These timeout flakily under CFI/turbofan_opt
'js1_5/Regress/regress-360969-05': [SKIP],
'js1_5/Regress/regress-360969-06': [SKIP],
# These timeout under CFI/turbofan_opt
'ecma/FunctionObjects/15.3.1.1-3': [SKIP],
'ecma/FunctionObjects/15.3.2.1-3': [SKIP],
'ecma/FunctionObjects/15.3.5-1': [SKIP],
}], # variant == turbofan_opt
['no_i18n == True and mode == debug', {
# Tests too slow for no18n debug.
'ecma_3/Statements/regress-302439': [PASS, FAST_VARIANTS],