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

Unified Diff: test/test262/test262.status

Issue 1749853002: [interpreter] Unbreak test262 tests using constants. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 | « src/interpreter/constant-array-builder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index e1befabe172d081623e4aaaac00fbb3da612a980..862cea048ec291f712e0eb49c8f84b929690a1d2 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -639,18 +639,6 @@
'language/statements/generators/yield-newline': [FAIL],
'language/statements/generators/yield-star-before-newline': [FAIL],
- # TODO(4680,oth): Failing on DCHECK_EQ(array_index, fixed_array->length()) in constant-array-builder.cc.
- 'language/expressions/left-shift/S11.7.1_A4_T1': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- 'language/expressions/left-shift/S11.7.1_A4_T2': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- 'language/expressions/right-shift/S11.7.2_A4_T2': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- 'language/expressions/right-shift/S11.7.2_A4_T1': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- 'language/expressions/right-shift/S11.7.2_A4_T3': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- 'language/expressions/right-shift/S11.7.2_A4_T4': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- 'language/expressions/unsigned-right-shift/S11.7.3_A4_T2': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- 'language/expressions/unsigned-right-shift/S11.7.3_A4_T3': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- 'language/expressions/unsigned-right-shift/S11.7.3_A4_T1': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- 'language/expressions/unsigned-right-shift/S11.7.3_A4_T4': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
-
# TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL],
}], # ignition == True
« no previous file with comments | « src/interpreter/constant-array-builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698