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

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

Issue 2017753002: [test262] Remove non-existent tests from status, relabel current paths (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 # happens to be thrown for some other reason. 135 # happens to be thrown for some other reason.
136 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], 136 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP],
137 137
138 ###### END REGEXP SUBCLASSING SECTION ###### 138 ###### END REGEXP SUBCLASSING SECTION ######
139 139
140 # https://code.google.com/p/v8/issues/detail?id=4360 140 # https://code.google.com/p/v8/issues/detail?id=4360
141 'intl402/Collator/10.1.1_1': [FAIL], 141 'intl402/Collator/10.1.1_1': [FAIL],
142 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 142 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
143 'intl402/NumberFormat/11.1.1_1': [FAIL], 143 'intl402/NumberFormat/11.1.1_1': [FAIL],
144 144
145 # https://bugs.chromium.org/p/v8/issues/detail?id=4628
146 'language/eval-code/non-definable-function-with-variable': [FAIL],
147 'language/eval-code/non-definable-function-with-function': [FAIL],
148
149 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 145 # https://bugs.chromium.org/p/v8/issues/detail?id=4592
150 'built-ins/ArrayBuffer/length-is-absent': [FAIL], 146 'built-ins/ArrayBuffer/length-is-absent': [FAIL],
151 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], 147 'built-ins/ArrayBuffer/length-is-not-number': [FAIL],
152 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], 148 'built-ins/ArrayBuffer/positive-integer-length': [FAIL],
153 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL], 149 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL],
154 150
155 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 151 # https://bugs.chromium.org/p/v8/issues/detail?id=4634
156 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion': [FAIL], 152 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion': [FAIL],
157 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion': [FAIL], 153 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion': [FAIL],
158 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [ FAIL], 154 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [ FAIL],
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close': [F AIL], 253 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close': [F AIL],
258 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close-err' : [FAIL], 254 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close-err' : [FAIL],
259 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close-null ': [FAIL], 255 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close-null ': [FAIL],
260 'language/expressions/assignment/destructuring/array-rest-iter-thrw-close': [F AIL], 256 'language/expressions/assignment/destructuring/array-rest-iter-thrw-close': [F AIL],
261 'language/expressions/assignment/destructuring/array-rest-iter-thrw-close-err' : [FAIL], 257 'language/expressions/assignment/destructuring/array-rest-iter-thrw-close-err' : [FAIL],
262 'language/expressions/assignment/destructuring/array-rest-lref-err': [FAIL], 258 'language/expressions/assignment/destructuring/array-rest-lref-err': [FAIL],
263 259
264 # https://bugs.chromium.org/p/v8/issues/detail?id=896 260 # https://bugs.chromium.org/p/v8/issues/detail?id=896
265 'language/literals/regexp/early-err-pattern': [FAIL], 261 'language/literals/regexp/early-err-pattern': [FAIL],
266 262
267 # https://bugs.chromium.org/p/v8/issues/detail?id=4468 263 # https://bugs.chromium.org/p/v8/issues/detail?id=4628
268 'language/eval-code/direct/non-definable-function-with-function': [FAIL], 264 'language/eval-code/direct/non-definable-function-with-function': [FAIL],
269 'language/eval-code/direct/non-definable-function-with-variable': [FAIL], 265 'language/eval-code/direct/non-definable-function-with-variable': [FAIL],
270 'language/eval-code/indirect/non-definable-function-with-function': [FAIL], 266 'language/eval-code/indirect/non-definable-function-with-function': [FAIL],
271 'language/eval-code/indirect/non-definable-function-with-variable': [FAIL], 267 'language/eval-code/indirect/non-definable-function-with-variable': [FAIL],
272 268
273 # https://bugs.chromium.org/p/v8/issues/detail?id=4955 269 # https://bugs.chromium.org/p/v8/issues/detail?id=4955
274 'language/eval-code/direct/var-env-global-lex-non-strict': [FAIL], 270 'language/eval-code/direct/var-env-global-lex-non-strict': [FAIL],
275 'language/eval-code/direct/var-env-lower-lex-non-strict': [FAIL], 271 'language/eval-code/direct/var-env-lower-lex-non-strict': [FAIL],
276 'language/eval-code/indirect/var-env-global-lex-non-strict': [FAIL], 272 'language/eval-code/indirect/var-env-global-lex-non-strict': [FAIL],
277 273
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 422 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
427 }], # asan == True 423 }], # asan == True
428 424
429 ['asan == True or msan == True or tsan == True', { 425 ['asan == True or msan == True or tsan == True', {
430 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 426 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
431 # The failed allocation causes an asan/msan/tsan error 427 # The failed allocation causes an asan/msan/tsan error
432 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 428 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
433 }], # asan == True or msan == True or tsan == True 429 }], # asan == True or msan == True or tsan == True
434 430
435 ] 431 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698