Reviewers: Hablich,

Message:
TBR - this keeps the original outcomes - skip wherever the original is pass/fail

Description:
[test] Fix skipping slow tests.

TBR=habl...@chromium.org
NOTRY=true

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

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

Affected files (+4, -4 lines):
  M test/mozilla/mozilla.status


Index: test/mozilla/mozilla.status
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status
index ce6ff393ac155e54170706382f8d823cb3c1c13d..70bbd36f18d1d8e6f8d07dbc1344e69ec816d8fa 100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -853,10 +853,10 @@

 ['no_i18n == True and mode == debug', {
   # Tests too slow for no18n debug.
-  'ecma_3/Statements/regress-302439': [FAST_VARIANTS],
-  'js1_5/Regress/regress-98901': [FAST_VARIANTS],
-  'ecma_3/RegExp/perlstress-001': [FAST_VARIANTS],
-  'js1_5/extensions/regress-311161': [FAST_VARIANTS],
+  'ecma_3/Statements/regress-302439': [PASS, FAST_VARIANTS],
+  'js1_5/Regress/regress-98901': [SKIP],
+  'ecma_3/RegExp/perlstress-001': [PASS, FAST_VARIANTS],
+  'js1_5/extensions/regress-311161': [FAIL_OK, FAST_VARIANTS],
 }],  # 'no_i18n == True and mode == debug'




--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to