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

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

Issue 1637703003: Stage RegExp subclassing (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 unified diff | Download patch
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'built-ins/Map/iterator-item-second-entry-returns-abrupt': [FAIL], 99 'built-ins/Map/iterator-item-second-entry-returns-abrupt': [FAIL],
100 'built-ins/Map/iterator-items-are-not-object-close-iterator': [FAIL], 100 'built-ins/Map/iterator-items-are-not-object-close-iterator': [FAIL],
101 'built-ins/Promise/all/iter-close': [FAIL], 101 'built-ins/Promise/all/iter-close': [FAIL],
102 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL], 102 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL],
103 'built-ins/WeakMap/iterator-close-after-set-failure': [FAIL], 103 'built-ins/WeakMap/iterator-close-after-set-failure': [FAIL],
104 'built-ins/WeakMap/iterator-item-first-entry-returns-abrupt': [FAIL], 104 'built-ins/WeakMap/iterator-item-first-entry-returns-abrupt': [FAIL],
105 'built-ins/WeakMap/iterator-item-second-entry-returns-abrupt': [FAIL], 105 'built-ins/WeakMap/iterator-item-second-entry-returns-abrupt': [FAIL],
106 'built-ins/WeakMap/iterator-items-are-not-object-close-iterator': [FAIL], 106 'built-ins/WeakMap/iterator-items-are-not-object-close-iterator': [FAIL],
107 'built-ins/WeakSet/iterator-close-after-add-failure': [FAIL], 107 'built-ins/WeakSet/iterator-close-after-add-failure': [FAIL],
108 108
109 # https://code.google.com/p/v8/issues/detail?id=4119
110 'built-ins/RegExp/call_with_non_regexp_same_constructor': [FAIL],
111 'built-ins/RegExp/from-regexp-like-short-circuit': [FAIL],
112 'built-ins/RegExp/from-regexp-like': [FAIL],
113 'built-ins/RegExp/from-regexp-like-flag-override': [FAIL],
114 'built-ins/RegExp/from-regexp-like-get-source-err': [FAIL],
115 'built-ins/RegExp/from-regexp-like-get-flags-err': [FAIL],
116 'built-ins/RegExp/from-regexp-like-get-ctor-err': [FAIL],
117
118 # https://code.google.com/p/v8/issues/detail?id=4348 109 # https://code.google.com/p/v8/issues/detail?id=4348
119 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL ], 110 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL ],
120 111
121 # The order of adding the name property is wrong 112 # The order of adding the name property is wrong
122 # https://code.google.com/p/v8/issues/detail?id=4199 113 # https://code.google.com/p/v8/issues/detail?id=4199
123 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO PPY], 114 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO PPY],
124 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO PPY], 115 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO PPY],
125 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO PPY], 116 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO PPY],
126 117
127 # https://code.google.com/p/v8/issues/detail?id=3566 118 # https://code.google.com/p/v8/issues/detail?id=3566
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 295
305 # https://code.google.com/p/v8/issues/detail?id=4504 296 # https://code.google.com/p/v8/issues/detail?id=4504
306 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL], 297 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL],
307 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], 298 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL],
308 299
309 # https://code.google.com/p/v8/issues/detail?id=4305 300 # https://code.google.com/p/v8/issues/detail?id=4305
310 # SKIP rather than FAIL some tests, as they may check for an exception which 301 # SKIP rather than FAIL some tests, as they may check for an exception which
311 # happens to be thrown for some other reason (e.g, 302 # happens to be thrown for some other reason (e.g,
312 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) 303 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err)
313 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], 304 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP],
314 'built-ins/Symbol/match/prop-desc': [FAIL],
315 'built-ins/String/prototype/endsWith/return-abrupt-from-searchstring-regexp-te st': [FAIL], 305 'built-ins/String/prototype/endsWith/return-abrupt-from-searchstring-regexp-te st': [FAIL],
316 'built-ins/String/prototype/includes/return-abrupt-from-searchstring-regexp-te st': [FAIL], 306 'built-ins/String/prototype/includes/return-abrupt-from-searchstring-regexp-te st': [FAIL],
317 'built-ins/String/prototype/startsWith/return-abrupt-from-searchstring-regexp- test': [FAIL], 307 'built-ins/String/prototype/startsWith/return-abrupt-from-searchstring-regexp- test': [FAIL],
318 'built-ins/String/prototype/match/cstm-matcher-get-err': [FAIL],
319 'built-ins/String/prototype/match/invoke-builtin-match': [FAIL], 308 'built-ins/String/prototype/match/invoke-builtin-match': [FAIL],
320 'built-ins/String/prototype/match/cstm-matcher-invocation': [FAIL],
321 309
322 # https://code.google.com/p/v8/issues/detail?id=4343 310 # https://code.google.com/p/v8/issues/detail?id=4343
323 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], 311 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP],
324 'built-ins/Symbol/replace/prop-desc': [FAIL],
325 'built-ins/String/prototype/replace/cstm-replace-get-err': [FAIL],
326 'built-ins/String/prototype/replace/cstm-replace-invocation': [FAIL],
327 312
328 # https://code.google.com/p/v8/issues/detail?id=4344 313 # https://code.google.com/p/v8/issues/detail?id=4344
329 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP], 314 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP],
330 'built-ins/Symbol/search/prop-desc': [FAIL],
331 'built-ins/String/prototype/search/cstm-search-get-err': [FAIL],
332 'built-ins/String/prototype/search/invoke-builtin-search-searcher-undef': [FAI L],
333 'built-ins/String/prototype/search/cstm-search-invocation': [FAIL],
334 'built-ins/String/prototype/search/invoke-builtin-search': [FAIL],
335 315
336 # https://code.google.com/p/v8/issues/detail?id=4345 316 # https://code.google.com/p/v8/issues/detail?id=4345
337 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], 317 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP],
338 'built-ins/Symbol/split/prop-desc': [FAIL],
339 'built-ins/String/prototype/split/cstm-split-invocation': [FAIL],
340 'built-ins/String/prototype/split/cstm-split-get-err': [FAIL],
341 318
342 # https://code.google.com/p/v8/issues/detail?id=4346 319 # https://code.google.com/p/v8/issues/detail?id=4346
343 'built-ins/RegExp/prototype/flags/u': [FAIL], 320 'built-ins/RegExp/prototype/flags/u': [FAIL],
344 321
345 # https://code.google.com/p/v8/issues/detail?id=4360 322 # https://code.google.com/p/v8/issues/detail?id=4360
346 'intl402/Collator/10.1.1_1': [FAIL], 323 'intl402/Collator/10.1.1_1': [FAIL],
347 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 324 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
348 'intl402/NumberFormat/11.1.1_1': [FAIL], 325 'intl402/NumberFormat/11.1.1_1': [FAIL],
349 326
350 # https://code.google.com/p/v8/issues/detail?id=4361 327 # https://code.google.com/p/v8/issues/detail?id=4361
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'intl402/Collator/prototype/compare/10.3.2_CS_b_NN': [PASS, FAIL_OK], 455 'intl402/Collator/prototype/compare/10.3.2_CS_b_NN': [PASS, FAIL_OK],
479 'intl402/Collator/prototype/compare/10.3.2_CS_c_NN': [PASS, FAIL_OK], 456 'intl402/Collator/prototype/compare/10.3.2_CS_c_NN': [PASS, FAIL_OK],
480 'intl402/Collator/prototype/compare/10.3.2_CS_d_NN': [PASS, FAIL_OK], 457 'intl402/Collator/prototype/compare/10.3.2_CS_d_NN': [PASS, FAIL_OK],
481 'intl402/Date/prototype/13.3.0_7': [PASS, FAIL_OK], 458 'intl402/Date/prototype/13.3.0_7': [PASS, FAIL_OK],
482 459
483 # Some tests are too strict, checking SameValue rather than === 460 # Some tests are too strict, checking SameValue rather than ===
484 # https://github.com/tc39/test262/issues/435 461 # https://github.com/tc39/test262/issues/435
485 'built-ins/Array/prototype/indexOf/15.4.4.14-5-9': [FAIL], 462 'built-ins/Array/prototype/indexOf/15.4.4.14-5-9': [FAIL],
486 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-9': [FAIL], 463 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-9': [FAIL],
487 464
488 # https://github.com/tc39/test262/issues/436
489 'built-ins/RegExp/call_with_regexp_match_falsy': [FAIL],
490
491 ############################ SKIPPED TESTS ############################# 465 ############################ SKIPPED TESTS #############################
492 466
493 # These tests take a looong time to run. 467 # These tests take a looong time to run.
494 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], 468 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP],
495 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], 469 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP],
496 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], 470 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP],
497 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], 471 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP],
498 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], 472 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP],
499 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 473 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
500 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], 474 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP],
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 703 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
730 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 704 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
731 'intl402/9.2.2': [SKIP], 705 'intl402/9.2.2': [SKIP],
732 'language/statements/let/fn-name-arrow': [SKIP], 706 'language/statements/let/fn-name-arrow': [SKIP],
733 'language/statements/let/fn-name-cover': [SKIP], 707 'language/statements/let/fn-name-cover': [SKIP],
734 'language/statements/let/fn-name-fn': [SKIP], 708 'language/statements/let/fn-name-fn': [SKIP],
735 'language/statements/let/fn-name-gen': [SKIP], 709 'language/statements/let/fn-name-gen': [SKIP],
736 }], # ignition == True and (arch == arm or arch == arm64) 710 }], # ignition == True and (arch == arm or arch == arm64)
737 711
738 ] 712 ]
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698