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

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

Issue 1692713005: ES6: Desugaring of instanceof to support @@hasInstance (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@blah
Patch Set: Code comments. 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
« src/runtime/runtime-function.cc ('K') | « test/mjsunit/messages.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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 186
187 # https://code.google.com/p/v8/issues/detail?id=4360 187 # https://code.google.com/p/v8/issues/detail?id=4360
188 'intl402/Collator/10.1.1_1': [FAIL], 188 'intl402/Collator/10.1.1_1': [FAIL],
189 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 189 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
190 'intl402/NumberFormat/11.1.1_1': [FAIL], 190 'intl402/NumberFormat/11.1.1_1': [FAIL],
191 191
192 # https://code.google.com/p/v8/issues/detail?id=4361 192 # https://code.google.com/p/v8/issues/detail?id=4361
193 'intl402/Collator/10.1.1_a': [FAIL], 193 'intl402/Collator/10.1.1_a': [FAIL],
194 194
195 # https://code.google.com/p/v8/issues/detail?id=4447 195 # https://code.google.com/p/v8/issues/detail?id=4447
196 'language/expressions/instanceof/prototype-getter-with-object-throws': [FAIL], 196 # TODO(mvstanton): these tests don't exist anymore, why?
197 'language/expressions/instanceof/prototype-getter-with-object': [FAIL], 197 # 'language/expressions/instanceof/prototype-getter-with-object-throws': [FAIL ],
198 'language/expressions/instanceof/primitive-prototype-with-object': [FAIL], 198 # 'language/expressions/instanceof/prototype-getter-with-object': [FAIL],
199 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], 199 # 'language/expressions/instanceof/primitive-prototype-with-object': [FAIL],
200 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL],
201 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL],
202 200
203 # https://code.google.com/p/v8/issues/detail?id=4476 201 # https://code.google.com/p/v8/issues/detail?id=4476
204 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL], 202 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
205 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], 203 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
206 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], 204 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
207 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], 205 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
208 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], 206 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
209 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], 207 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
210 208
211 # https://code.google.com/p/v8/issues/detail?id=4477 209 # https://code.google.com/p/v8/issues/detail?id=4477
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'language/statements/const/fn-name-gen': [SKIP], 616 'language/statements/const/fn-name-gen': [SKIP],
619 'language/statements/let/fn-name-arrow': [SKIP], 617 'language/statements/let/fn-name-arrow': [SKIP],
620 'language/statements/let/fn-name-class': [SKIP], 618 'language/statements/let/fn-name-class': [SKIP],
621 'language/statements/let/fn-name-cover': [SKIP], 619 'language/statements/let/fn-name-cover': [SKIP],
622 'language/statements/let/fn-name-fn': [SKIP], 620 'language/statements/let/fn-name-fn': [SKIP],
623 'language/statements/let/fn-name-gen': [SKIP], 621 'language/statements/let/fn-name-gen': [SKIP],
624 'test-api/Regress470113': [SKIP], 622 'test-api/Regress470113': [SKIP],
625 }], # ignition == True and (arch == arm or arch == arm64) 623 }], # ignition == True and (arch == arm or arch == arm64)
626 624
627 ] 625 ]
OLDNEW
« src/runtime/runtime-function.cc ('K') | « test/mjsunit/messages.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698