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

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

Issue 1721453002: Remove Reflect.enumerate (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: private symbols passes 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/mjsunit.status ('k') | tools/gyp/v8.gyp » ('j') | 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 29 matching lines...) Expand all
40 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], 40 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK],
41 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], 41 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK],
42 42
43 # This is an incompatibility between ES5 and V8 on enumerating 43 # This is an incompatibility between ES5 and V8 on enumerating
44 # shadowed elements in a for..in loop. 44 # shadowed elements in a for..in loop.
45 # https://code.google.com/p/v8/issues/detail?id=705 45 # https://code.google.com/p/v8/issues/detail?id=705
46 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK], 46 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK],
47 47
48 ###################### MISSING ES6 FEATURES ####################### 48 ###################### MISSING ES6 FEATURES #######################
49 49
50 # It's unclear what the right behavior for [[Enumerate]] is; we're awaiting 50 # https://bugs.chromium.org/p/v8/issues/detail?id=4768
51 # clarification in the spec. Currently, our for-in implementation for 51 # The Reflect.enumerate trap is removed
52 # Proxies checks all trap result values for being strings... 52 'built-ins/Reflect/enumerate/*': [SKIP],
53 'built-ins/Proxy/enumerate/return-trap-result': [FAIL], 53 'built-ins/Proxy/enumerate/*': [SKIP],
54 # ...and our Reflect.enumerate implementation is built on for-in by wrapping
55 # the iteration's results in a new generator; this postpones exceptions.
56 'built-ins/Reflect/enumerate/return-abrupt-from-result': [FAIL],
57 54
58 # https://code.google.com/p/v8/issues/detail?id=4163 55 # https://code.google.com/p/v8/issues/detail?id=4163
59 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], 56 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL],
60 57
61 # https://code.google.com/p/v8/issues/detail?id=3566 58 # https://code.google.com/p/v8/issues/detail?id=3566
62 'built-ins/Array/from/iter-map-fn-err': [FAIL], 59 'built-ins/Array/from/iter-map-fn-err': [FAIL],
63 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], 60 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL],
64 'built-ins/Map/iterator-close-after-set-failure': [FAIL], 61 'built-ins/Map/iterator-close-after-set-failure': [FAIL],
65 'built-ins/Map/iterator-item-first-entry-returns-abrupt': [FAIL], 62 'built-ins/Map/iterator-item-first-entry-returns-abrupt': [FAIL],
66 'built-ins/Map/iterator-item-second-entry-returns-abrupt': [FAIL], 63 'built-ins/Map/iterator-item-second-entry-returns-abrupt': [FAIL],
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'language/statements/const/fn-name-gen': [SKIP], 605 'language/statements/const/fn-name-gen': [SKIP],
609 'language/statements/let/fn-name-arrow': [SKIP], 606 'language/statements/let/fn-name-arrow': [SKIP],
610 'language/statements/let/fn-name-class': [SKIP], 607 'language/statements/let/fn-name-class': [SKIP],
611 'language/statements/let/fn-name-cover': [SKIP], 608 'language/statements/let/fn-name-cover': [SKIP],
612 'language/statements/let/fn-name-fn': [SKIP], 609 'language/statements/let/fn-name-fn': [SKIP],
613 'language/statements/let/fn-name-gen': [SKIP], 610 'language/statements/let/fn-name-gen': [SKIP],
614 'test-api/Regress470113': [SKIP], 611 'test-api/Regress470113': [SKIP],
615 }], # ignition == True and (arch == arm or arch == arm64) 612 }], # ignition == True and (arch == arm or arch == arm64)
616 613
617 ] 614 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698