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

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

Issue 1683043003: Implement symbol @@hasInstance for ES6 instanceof support. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix broken test. 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 | « test/mjsunit/random-bit-correlations.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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 249
250 # https://code.google.com/p/v8/issues/detail?id=4360 250 # https://code.google.com/p/v8/issues/detail?id=4360
251 'intl402/Collator/10.1.1_1': [FAIL], 251 'intl402/Collator/10.1.1_1': [FAIL],
252 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 252 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
253 'intl402/NumberFormat/11.1.1_1': [FAIL], 253 'intl402/NumberFormat/11.1.1_1': [FAIL],
254 254
255 # https://code.google.com/p/v8/issues/detail?id=4361 255 # https://code.google.com/p/v8/issues/detail?id=4361
256 'intl402/Collator/10.1.1_a': [FAIL], 256 'intl402/Collator/10.1.1_a': [FAIL],
257 257
258 # https://code.google.com/p/v8/issues/detail?id=4447 258 # https://code.google.com/p/v8/issues/detail?id=4447
259 'built-ins/Function/prototype/Symbol.hasInstance/*': [SKIP],
260 'built-ins/Symbol/hasInstance/prop-desc': [FAIL],
261 'language/expressions/instanceof/prototype-getter-with-object-throws': [FAIL], 259 'language/expressions/instanceof/prototype-getter-with-object-throws': [FAIL],
262 'language/expressions/instanceof/prototype-getter-with-object': [FAIL], 260 'language/expressions/instanceof/prototype-getter-with-object': [FAIL],
263 'language/expressions/instanceof/primitive-prototype-with-object': [FAIL], 261 'language/expressions/instanceof/primitive-prototype-with-object': [FAIL],
264 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], 262 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL],
265 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL], 263 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL],
266 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL], 264 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL],
267 265
268 # https://code.google.com/p/v8/issues/detail?id=4476 266 # https://code.google.com/p/v8/issues/detail?id=4476
269 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL], 267 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
270 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], 268 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 617 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
620 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 618 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
621 'intl402/9.2.2': [SKIP], 619 'intl402/9.2.2': [SKIP],
622 'language/statements/let/fn-name-arrow': [SKIP], 620 'language/statements/let/fn-name-arrow': [SKIP],
623 'language/statements/let/fn-name-cover': [SKIP], 621 'language/statements/let/fn-name-cover': [SKIP],
624 'language/statements/let/fn-name-fn': [SKIP], 622 'language/statements/let/fn-name-fn': [SKIP],
625 'language/statements/let/fn-name-gen': [SKIP], 623 'language/statements/let/fn-name-gen': [SKIP],
626 }], # ignition == True and (arch == arm or arch == arm64) 624 }], # ignition == True and (arch == arm or arch == arm64)
627 625
628 ] 626 ]
OLDNEW
« no previous file with comments | « test/mjsunit/random-bit-correlations.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698