Commit 85e86ad7 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Skip webkit/dfg-int-overflow-in-loop for TF.

TBR=machenbach@chromium.org

Review URL: https://codereview.chromium.org/652183005

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24816 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ecbfc43f
......@@ -46,6 +46,8 @@
'sort-large-array': [SKIP],
}], # 'mode == debug'
['simulator', {
# Skip tests that timeout with turbofan.
'dfg-int-overflow-in-loop': [PASS, NO_VARIANTS],
'function-apply-aliased': [SKIP],
}], # 'simulator'
['arch == arm64 and simulator_run == True', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment