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

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

Issue 1709373002: Make Date.prototype.toGMTString an alias for Date.prototype.toUTCString (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix 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/function-names.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'language/statements/class/subclass/builtin-objects/NativeError/TypeError-mess age': [FAIL], 256 'language/statements/class/subclass/builtin-objects/NativeError/TypeError-mess age': [FAIL],
257 'language/statements/class/subclass/builtin-objects/NativeError/URIError-messa ge': [FAIL], 257 'language/statements/class/subclass/builtin-objects/NativeError/URIError-messa ge': [FAIL],
258 'language/statements/class/subclass/builtin-objects/Error/message-property-ass ignment': [FAIL], 258 'language/statements/class/subclass/builtin-objects/Error/message-property-ass ignment': [FAIL],
259 259
260 # https://bugs.chromium.org/p/v8/issues/detail?id=4663 260 # https://bugs.chromium.org/p/v8/issues/detail?id=4663
261 'built-ins/object/entries/*': [SKIP], 261 'built-ins/object/entries/*': [SKIP],
262 'built-ins/object/values/*': [SKIP], 262 'built-ins/object/values/*': [SKIP],
263 'built-ins/Object/entries/*': [SKIP], 263 'built-ins/Object/entries/*': [SKIP],
264 'built-ins/Object/values/*': [SKIP], 264 'built-ins/Object/values/*': [SKIP],
265 265
266 # https://bugs.chromium.org/p/v8/issues/detail?id=4708
267 'annexB/Date/prototype/toGMTString/name': [FAIL],
268
269 ######################## NEEDS INVESTIGATION ########################### 266 ######################## NEEDS INVESTIGATION ###########################
270 267
271 # These test failures are specific to the intl402 suite and need investigation 268 # These test failures are specific to the intl402 suite and need investigation
272 # to be either marked as bugs with issues filed for them or as deliberate 269 # to be either marked as bugs with issues filed for them or as deliberate
273 # incompatibilities if the test cases turn out to be broken or ambiguous. 270 # incompatibilities if the test cases turn out to be broken or ambiguous.
274 # Some of these are related to v8:4361 in being visible side effects from Intl . 271 # Some of these are related to v8:4361 in being visible side effects from Intl .
275 'intl402/6.2.3': [FAIL], 272 'intl402/6.2.3': [FAIL],
276 'intl402/9.2.1_2': [FAIL], 273 'intl402/9.2.1_2': [FAIL],
277 'intl402/9.2.6_2': [FAIL], 274 'intl402/9.2.6_2': [FAIL],
278 'intl402/Collator/10.1.2.1_4': [FAIL], 275 'intl402/Collator/10.1.2.1_4': [FAIL],
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'language/statements/const/fn-name-gen': [SKIP], 615 'language/statements/const/fn-name-gen': [SKIP],
619 'language/statements/let/fn-name-arrow': [SKIP], 616 'language/statements/let/fn-name-arrow': [SKIP],
620 'language/statements/let/fn-name-class': [SKIP], 617 'language/statements/let/fn-name-class': [SKIP],
621 'language/statements/let/fn-name-cover': [SKIP], 618 'language/statements/let/fn-name-cover': [SKIP],
622 'language/statements/let/fn-name-fn': [SKIP], 619 'language/statements/let/fn-name-fn': [SKIP],
623 'language/statements/let/fn-name-gen': [SKIP], 620 'language/statements/let/fn-name-gen': [SKIP],
624 'test-api/Regress470113': [SKIP], 621 'test-api/Regress470113': [SKIP],
625 }], # ignition == True and (arch == arm or arch == arm64) 622 }], # ignition == True and (arch == arm or arch == arm64)
626 623
627 ] 624 ]
OLDNEW
« no previous file with comments | « test/mjsunit/function-names.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698