Reviewers: vogelheim,

Message:
PTAL. Fix:
https://chromegw.corp.google.com/i/client.v8/builders/V8%20Linux%20-%20arm%20-%20sim/builds/2727


https://codereview.chromium.org/1179693005/diff/1/test/webkit/webkit.status
File test/webkit/webkit.status (right):

https://codereview.chromium.org/1179693005/diff/1/test/webkit/webkit.status#newcode50
test/webkit/webkit.status:50: ['simulator', {
The difference between simulator and simulator_run is a bit messy. In
this case the skip needs to cover arm simulator runs in release
(additionally to what we have now).

Description:
[test] Skip slow test.

BUG=

Please review this at https://codereview.chromium.org/1179693005/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+3, -1 lines):
  M test/webkit/webkit.status


Index: test/webkit/webkit.status
diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
index d8c6864105421a61c74b33f5f7ef28f06ddaad1f..57d86cb92138dfbeab39edb1e1abf2449710cd76 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -49,9 +49,11 @@
 }],  # 'mode == debug'
 ['simulator', {
   # Skip tests that timeout with turbofan.
-  'dfg-int-overflow-in-loop': [PASS, NO_VARIANTS],
   'array-iterate-backwards': [PASS, NO_VARIANTS],
   'function-apply-aliased': [SKIP],
+
+  # Skip tests that are too slow for simulators.
+  'dfg-int-overflow-in-loop': [SKIP],
 }],  # 'simulator'
 ['arch == arm64 and simulator_run == True', {
   'dfg-int-overflow-in-loop': [SKIP],


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to