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

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

Issue 2319203002: Clean up RegExp comments and test262 status (Closed)
Patch Set: Created 4 years, 3 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/js/regexp.js ('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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], 93 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL],
94 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], 94 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL],
95 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], 95 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL],
96 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], 96 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL],
97 'language/statements/variable/binding-resolution': [FAIL], 97 'language/statements/variable/binding-resolution': [FAIL],
98 98
99 # https://code.google.com/p/v8/issues/detail?id=4253 99 # https://code.google.com/p/v8/issues/detail?id=4253
100 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 100 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
101 101
102 ###### BEGIN REGEXP SUBCLASSING SECTION ###### 102 ###### BEGIN REGEXP SUBCLASSING SECTION ######
103 # Times out 103 # https://bugs.chromium.org/p/v8/issues/detail?id=5361
104 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP],
105
106 # Sticky support busted
107 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], 104 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
108 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], 105 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL],
109 106
110 # https://code.google.com/p/v8/issues/detail?id=4504 107 # https://bugs.chromium.org/p/v8/issues/detail?id=5360
111 # https://bugs.chromium.org/p/chromium/issues/detail?id=624318
112 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err': [ PASS, FAIL], 108 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err': [ PASS, FAIL],
113 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-y-set-lastindex-err': [PASS, FAIL], 109 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-y-set-lastindex-err': [PASS, FAIL],
114 'built-ins/RegExp/prototype/Symbol.match/builtin-success-g-set-lastindex-err': [SKIP], 110 'built-ins/RegExp/prototype/Symbol.match/builtin-success-g-set-lastindex-err': [SKIP],
115 'built-ins/RegExp/prototype/Symbol.match/builtin-success-y-set-lastindex-err': [PASS, FAIL], 111 'built-ins/RegExp/prototype/Symbol.match/builtin-success-y-set-lastindex-err': [PASS, FAIL],
116 'built-ins/RegExp/prototype/Symbol.match/g-init-lastindex-err': [PASS, FAIL], 112 'built-ins/RegExp/prototype/Symbol.match/g-init-lastindex-err': [PASS, FAIL],
117 'built-ins/RegExp/prototype/Symbol.match/g-match-empty-set-lastindex-err': [PA SS, FAIL], 113 'built-ins/RegExp/prototype/Symbol.match/g-match-empty-set-lastindex-err': [PA SS, FAIL],
118 'built-ins/RegExp/prototype/Symbol.match/y-fail-lastindex-no-write': [PASS, FA IL], 114 'built-ins/RegExp/prototype/Symbol.match/y-fail-lastindex-no-write': [PASS, FA IL],
119 'built-ins/RegExp/prototype/Symbol.replace/g-init-lastindex-err': [PASS, FAIL] , 115 'built-ins/RegExp/prototype/Symbol.replace/g-init-lastindex-err': [PASS, FAIL] ,
120 'built-ins/RegExp/prototype/Symbol.replace/y-fail-lastindex-no-write': [PASS, FAIL], 116 'built-ins/RegExp/prototype/Symbol.replace/y-fail-lastindex-no-write': [PASS, FAIL],
121 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-init-err': [PASS, FAIL ], 117 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-init-err': [PASS, FAIL ],
122 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err': [PASS, F AIL], 118 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err': [PASS, F AIL],
123 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL], 119 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL],
124 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], 120 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL],
125 121
126 # SKIP rather than FAIL, as the test checks for an exception which
127 # happens to be thrown for some other reason.
128 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP],
129
130 # https://bugs.chromium.org/p/v8/issues/detail?id=5123 122 # https://bugs.chromium.org/p/v8/issues/detail?id=5123
131 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], 123 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL],
132 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], 124 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL],
133 125
134 ###### END REGEXP SUBCLASSING SECTION ###### 126 ###### END REGEXP SUBCLASSING SECTION ######
135 127
136 # https://code.google.com/p/v8/issues/detail?id=4360 128 # https://code.google.com/p/v8/issues/detail?id=4360
137 'intl402/Collator/10.1.1_1': [FAIL], 129 'intl402/Collator/10.1.1_1': [FAIL],
138 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 130 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
139 'intl402/NumberFormat/11.1.1_1': [FAIL], 131 'intl402/NumberFormat/11.1.1_1': [FAIL],
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 }], # asan == True 632 }], # asan == True
641 633
642 ['asan == True or msan == True or tsan == True', { 634 ['asan == True or msan == True or tsan == True', {
643 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 635 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
644 # The failed allocation causes an asan/msan/tsan error 636 # The failed allocation causes an asan/msan/tsan error
645 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 637 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
646 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 638 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
647 }], # asan == True or msan == True or tsan == True 639 }], # asan == True or msan == True or tsan == True
648 640
649 ] 641 ]
OLDNEW
« no previous file with comments | « src/js/regexp.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698