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

Side by Side Diff: test/test262-es6/test262-es6.status

Issue 1197913002: Test262-es6 test runner should handle sloppy fail better (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix long line Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | test/test262-es6/testcfg.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'built-ins/String/prototype/S15.5.4_A3': [FAIL], 265 'built-ins/String/prototype/S15.5.4_A3': [FAIL],
266 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], 266 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL],
267 267
268 'built-ins/Symbol/auto-boxing-strict': [FAIL], 268 'built-ins/Symbol/auto-boxing-strict': [FAIL],
269 'built-ins/Symbol/species/basic': [FAIL], 269 'built-ins/Symbol/species/basic': [FAIL],
270 'built-ins/Symbol/species/builtin-getter-name': [FAIL], 270 'built-ins/Symbol/species/builtin-getter-name': [FAIL],
271 'built-ins/Symbol/species/subclassing': [FAIL], 271 'built-ins/Symbol/species/subclassing': [FAIL],
272 272
273 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 273 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
274 'language/class/*': [PASS, ['sloppy', FAIL]], 274 'language/class/*': [PASS, ['sloppy', FAIL]],
275 'language/computed-property-names/class/*': [PASS, ['sloppy', FAIL]], 275
276 'language/computed-property-names/to-name-side-effects/class': [PASS, ['sloppy ', FAIL]], 276 # The order of adding the name property is wrong
277 'language/computed-property-names/to-name-side-effects/numbers-class': [PASS, ['sloppy', FAIL]], 277 # https://code.google.com/p/v8/issues/detail?id=4199
278 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO PPY],
279 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO PPY],
280 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO PPY],
281
282 # https://code.google.com/p/v8/issues/detail?id=3305
283 'language/computed-property-names/to-name-side-effects/class': [PASS, FAIL_SLO PPY],
284 'language/computed-property-names/to-name-side-effects/numbers-class': [PASS, FAIL_SLOPPY],
285 'language/computed-property-names/class/accessor/*': [PASS, FAIL_SLOPPY],
286 'language/computed-property-names/class/method/*': [PASS, FAIL_SLOPPY],
287 'language/computed-property-names/class/static/generator-constructor': [PASS, FAIL_SLOPPY],
288 'language/computed-property-names/class/static/generator-prototype': [PASS, FA IL_SLOPPY],
289 'language/computed-property-names/class/static/getter-constructor': [PASS, FAI L_SLOPPY],
290 'language/computed-property-names/class/static/getter-prototype': [PASS, FAIL_ SLOPPY],
291 'language/computed-property-names/class/static/method-constructor': [PASS, FAI L_SLOPPY],
292 'language/computed-property-names/class/static/method-prototype': [PASS, FAIL_ SLOPPY],
293 'language/computed-property-names/class/static/setter-constructor': [PASS, FAI L_SLOPPY],
294 'language/computed-property-names/class/static/setter-prototype': [PASS, FAIL_ SLOPPY],
278 295
279 # new.target 296 # new.target
297 # https://code.google.com/p/v8/issues/detail?id=3887
280 'language/expressions/arrow-function/lexical-new.target': [FAIL], 298 'language/expressions/arrow-function/lexical-new.target': [FAIL],
281 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA IL], 299 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA IL],
282 300
283 'language/expressions/arrow-function/lexical-super-call-from-within-constructo r':[PASS, ['sloppy', FAIL]], 301 'language/expressions/arrow-function/lexical-super-call-from-within-constructo r':[PASS, ['sloppy', FAIL]],
284 'language/expressions/arrow-function/lexical-super-property': [PASS, ['sloppy' , FAIL]], 302 'language/expressions/arrow-function/lexical-super-property': [PASS, ['sloppy' , FAIL]],
285 'language/expressions/arrow-function/lexical-super-property-from-within-constr uctor': [PASS, ['sloppy', FAIL]], 303 'language/expressions/arrow-function/lexical-super-property-from-within-constr uctor': [PASS, ['sloppy', FAIL]],
286 'language/expressions/arrow-function/lexical-supercall-from-immediately-invoke d-arrow': [PASS, ['sloppy', FAIL]], 304 'language/expressions/arrow-function/lexical-supercall-from-immediately-invoke d-arrow': [PASS, ['sloppy', FAIL]],
287 305
288 # Default params 306 # Default params
289 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1 ': [FAIL], 307 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1 ': [FAIL],
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 669
652 # BUG(3251225): Tests that timeout with --nocrankshaft. 670 # BUG(3251225): Tests that timeout with --nocrankshaft.
653 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 671 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
654 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 672 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
655 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 673 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
656 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 674 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
657 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 675 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
658 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 676 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
659 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 677 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
660 ] 678 ]
OLDNEW
« no previous file with comments | « no previous file | test/test262-es6/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698