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

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

Issue 1415783006: Revert of [runtime] Fix ES6 9.2.1 [[Call]] when encountering a classConstructor. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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/es6/classes.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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'big-object-literal': [PASS, NO_VARIANTS], 74 'big-object-literal': [PASS, NO_VARIANTS],
75 'bit-not': [PASS, NO_VARIANTS], 75 'bit-not': [PASS, NO_VARIANTS],
76 'json2': [PASS, NO_VARIANTS], 76 'json2': [PASS, NO_VARIANTS],
77 'packed-elements': [PASS, NO_VARIANTS], 77 'packed-elements': [PASS, NO_VARIANTS],
78 'string-indexof-1': [PASS, NO_VARIANTS], 78 'string-indexof-1': [PASS, NO_VARIANTS],
79 'unbox-double-arrays': [PASS, NO_VARIANTS], 79 'unbox-double-arrays': [PASS, NO_VARIANTS],
80 'unicode-test': [PASS, NO_VARIANTS], 80 'unicode-test': [PASS, NO_VARIANTS],
81 'whitespaces': [PASS, NO_VARIANTS], 81 'whitespaces': [PASS, NO_VARIANTS],
82 'compiler/osr-assert': [PASS, NO_VARIANTS], 82 'compiler/osr-assert': [PASS, NO_VARIANTS],
83 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], 83 'es6/string-fromcodepoint': [PASS, NO_VARIANTS],
84 # TODO(cbruni): enable once we fix classConstructor calls in optimized code
85 'es6/classes': [PASS, NO_VARIANTS],
86 'regress/regress-2185-2': [PASS, NO_VARIANTS], 84 'regress/regress-2185-2': [PASS, NO_VARIANTS],
87 'regress/regress-2612': [PASS, NO_VARIANTS], 85 'regress/regress-2612': [PASS, NO_VARIANTS],
88 86
89 # Modules are busted 87 # Modules are busted
90 'harmony/module-linking': [SKIP], 88 'harmony/module-linking': [SKIP],
91 'harmony/module-recompile': [SKIP], 89 'harmony/module-recompile': [SKIP],
92 'harmony/module-resolution': [SKIP], 90 'harmony/module-resolution': [SKIP],
93 'harmony/regress/regress-343928': [SKIP], 91 'harmony/regress/regress-343928': [SKIP],
94 92
95 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 93 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'd8-worker-sharedarraybuffer': [SKIP], 722 'd8-worker-sharedarraybuffer': [SKIP],
725 }], # 'predictable == True' 723 }], # 'predictable == True'
726 724
727 ############################################################################## 725 ##############################################################################
728 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 726 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
729 727
730 # take too long with the simulator. 728 # take too long with the simulator.
731 'regress/regress-1132': [SKIP], 729 'regress/regress-1132': [SKIP],
732 }], # 'arch == ppc and simulator_run == True' 730 }], # 'arch == ppc and simulator_run == True'
733 ] 731 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/classes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698