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

Unified Diff: test/test262/test262.status

Issue 1420963009: [Interpreter]: Add ignition blacklist to mjsunit.status and test262.status. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add ignition variable to run-deopt-fuzzer Created 5 years, 1 month 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/mjsunit/mjsunit.status ('k') | test/test262/testcfg.py » ('j') | 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 5af0fc65a112601e1ab4bd9d03977d6b0b2442db..050375fd55b8ee54740441cb7cd63a0371c5f256 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -670,4 +670,103 @@
'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
}], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
+
+['ignition == True ', {
+ 'annexB/B.2.3.*': [SKIP],
+ 'built-ins/Array/prototype/reduce/*': [SKIP],
+ 'built-ins/Array/prototype/reduceRight/*': [SKIP],
+ 'built-ins/decodeURI*': [SKIP],
+ 'built-ins/GeneratorPrototype/*': [SKIP],
+ 'built-ins/Map/*': [SKIP],
+ 'built-ins/MapIteratorPrototype/*': [SKIP],
+ 'built-ins/Set/*': [SKIP],
+ 'built-ins/SetIteratorPrototype/*': [SKIP],
+ 'built-ins/WeakMap/*': [SKIP],
+ 'built-ins/WeakSet/*': [SKIP],
+ 'language/computed-property-names/class/*': [SKIP],
+ 'language/computed-property-names/to-name-side-effects/*': [SKIP],
+ 'language/directive-prologue/*': [SKIP],
+ 'language/expressions/arrow-function/*': [SKIP],
+ 'language/expressions/class/*': [SKIP],
+ 'language/expressions/generators/*': [SKIP],
+ 'language/expressions/object/method-definition/yield*': [SKIP],
+ 'language/expressions/object/method-definition/generator*': [SKIP],
+ 'language/expressions/yield/*': [SKIP],
+ 'language/function-code/*': [SKIP],
+ 'language/statements/class/*': [SKIP],
+ 'language/statements/const/*': [SKIP],
+ 'language/statements/for-in/const*': [SKIP],
+ 'language/statements/for-in/let*': [SKIP],
+ 'language/statements/for-of/*': [SKIP],
+ 'language/statements/generators/*': [SKIP],
+ 'language/statements/let/*': [SKIP],
+ 'language/statements/try/*': [SKIP],
+ 'language/statements/with/*': [SKIP],
+
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
+ 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T1': [SKIP],
+ 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T2': [SKIP],
+ 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T2': [SKIP],
+ 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T3': [SKIP],
+ 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T4': [SKIP],
+ 'built-ins/Date/15.9.1.15-1': [SKIP],
+ 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP],
+ 'built-ins/Object/defineProperty/15.2.3.6-4-625gs': [SKIP],
+ 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP],
+ 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP],
+ 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP],
+ 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP],
+ 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP],
+ 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP],
+ 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP],
+ 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP],
+ 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP],
+ 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP],
+ 'built-ins/Promise/all/ctx-ctor': [SKIP],
+ 'built-ins/Promise/race/ctx-ctor': [SKIP],
+ 'built-ins/Promise/reject/ctx-ctor': [SKIP],
+ 'built-ins/Promise/resolve/ctx-ctor': [SKIP],
+ 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP],
+ 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP],
+ 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP],
+ 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP],
+ 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP],
+ 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP],
+ 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP],
+ 'built-ins/String/S15.5.5.1_A4_T1': [SKIP],
+ 'language/block-scope/leave/x-after-break-to-label': [SKIP],
+ 'language/computed-property-names/object/accessor/getter-super': [SKIP],
+ 'language/computed-property-names/object/accessor/setter-super': [SKIP],
+ 'language/computed-property-names/object/method/super': [SKIP],
+ 'language/expressions/delete/11.4.1-4.a-5': [SKIP],
+ 'language/expressions/delete/11.4.1-4.a-6': [SKIP],
+ 'language/expressions/object/method-definition/name-super-prop-body': [SKIP],
+ 'language/expressions/object/prop-def-id-eval-error': [SKIP],
+ 'language/expressions/tagged-template/call-expression-context-no-strict': [SKIP],
+ 'language/expressions/tagged-template/call-expression-context-strict': [SKIP],
+ 'language/expressions/template-literal/evaluation-order': [SKIP],
+ 'language/expressions/this/11.1.1-1gs': [SKIP],
+ 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP],
+ 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP],
+ 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP],
+ 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP],
+ 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP],
+ 'language/object-literal/concise-generator': [SKIP],
+ 'language/object-literal/getter': [SKIP],
+ 'language/object-literal/method': [SKIP],
+ 'language/object-literal/setter': [SKIP],
+ 'language/rest-parameters/with-new-target': [SKIP],
+ 'language/statements/do-while/S12.6.1_A4_T5': [SKIP],
+ 'language/statements/function/S13.2.2_A18_T2': [SKIP],
+ 'language/statements/function/S13.2.2_A19_T1': [SKIP],
+ 'language/statements/function/S13.2.2_A19_T2': [SKIP],
+ 'language/statements/function/S13.2.2_A19_T3': [SKIP],
+ 'language/statements/function/S13.2.2_A19_T4': [SKIP],
+ 'language/statements/function/S13.2.2_A19_T5': [SKIP],
+ 'language/statements/function/S13.2.2_A19_T6': [SKIP],
+ 'language/statements/function/S13.2.2_A19_T7': [SKIP],
+ 'language/statements/function/S13.2.2_A19_T8': [SKIP],
+ 'language/statements/while/S12.6.2_A4_T5': [SKIP],
+}], # ignition == True
+
]
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/test262/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698