Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: test/webkit/webkit.status

Issue 1411313003: MIPS: skip webkit/dfg-int-overflow-in-loop on big-endian. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/webkit.status
diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
index be322c17dde2a4eb6515215160ff9131b707084f..1c0f40ffff6a0fdc11e4ec3597360bfc8ba8d4a8 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -62,6 +62,10 @@
# Doesn't work with gcc 4.6 on arm or arm64 for some reason.
'reentrant-caching': [SKIP],
}], # 'dcheck_always_on == True and (arch == arm or arch == arm64)'
+['arch == mips', {
+ # Too slow for mips big-endian boards on bots (no FPU).
+ 'dfg-int-overflow-in-loop': [SKIP],
+}], # 'arch == mips'
##############################################################################
['asan == True', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698