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

Unified Diff: test/test262/testcfg.py

Issue 2733843002: test262 roll (Closed)
Patch Set: in a comment, s/gn/gyp Created 3 years, 9 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 | « test/test262/test262.status ('k') | test/test262/upstream-local-tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/testcfg.py
diff --git a/test/test262/testcfg.py b/test/test262/testcfg.py
index b357ce96a8bb467b6563bea4992f7bb39b04189a..96005901a0e20557b5c0e186d7663a14c4406cbf 100644
--- a/test/test262/testcfg.py
+++ b/test/test262/testcfg.py
@@ -232,7 +232,8 @@ class Test262TestSuite(testsuite.TestSuite):
"--use-strict" not in testcase.flags):
return outcome != statusfile.FAIL
return not outcome in ([outcome for outcome in testcase.outcomes
- if not outcome.startswith('--')]
+ if not outcome.startswith('--')
+ and outcome != statusfile.FAIL_SLOPPY]
or [statusfile.PASS])
def PrepareSources(self):
« no previous file with comments | « test/test262/test262.status ('k') | test/test262/upstream-local-tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698