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

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

Issue 914773002: Fix issue with super and computed property names (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/harmony/computed-property-names-super.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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 111
112 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. 112 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much.
113 'asm/embenchen/lua_binarytrees': [SKIP], 113 'asm/embenchen/lua_binarytrees': [SKIP],
114 'es6/symbols': [PASS, NO_VARIANTS], 114 'es6/symbols': [PASS, NO_VARIANTS],
115 'regress/regress-354433': [PASS, NO_VARIANTS], # only on ARM simulator. 115 'regress/regress-354433': [PASS, NO_VARIANTS], # only on ARM simulator.
116 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], 116 'regress/regress-crbug-259300': [PASS, NO_VARIANTS],
117 117
118 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed. 118 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed.
119 'harmony/object-literals-super': [PASS, NO_VARIANTS], 119 'harmony/object-literals-super': [PASS, NO_VARIANTS],
120 'harmony/super': [PASS, NO_VARIANTS], 120 'harmony/super': [PASS, NO_VARIANTS],
121 'harmony/computed-property-names-super': [PASS, NO_VARIANTS],
arv (Not doing code reviews) 2015/02/10 22:43:12 I'll work on fixing this next. TF supports this fo
121 122
122 ############################################################################## 123 ##############################################################################
123 # Too slow in debug mode with --stress-opt mode. 124 # Too slow in debug mode with --stress-opt mode.
124 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 125 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
125 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 126 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
126 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 127 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
127 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 128 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
128 129
129 ############################################################################## 130 ##############################################################################
130 # Too slow in debug mode for GC stress mode. 131 # Too slow in debug mode for GC stress mode.
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'never-optimize': [SKIP], 587 'never-optimize': [SKIP],
587 'regress/regress-2185-2': [SKIP], 588 'regress/regress-2185-2': [SKIP],
588 'harmony/object-observe': [SKIP], 589 'harmony/object-observe': [SKIP],
589 'readonly': [SKIP], 590 'readonly': [SKIP],
590 'array-feedback': [SKIP], 591 'array-feedback': [SKIP],
591 592
592 # Deopt every n garbage collections collides with deopt every n times. 593 # Deopt every n garbage collections collides with deopt every n times.
593 'regress/regress-2653': [SKIP], 594 'regress/regress-2653': [SKIP],
594 }], # 'deopt_fuzzer == True' 595 }], # 'deopt_fuzzer == True'
595 ] 596 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/computed-property-names-super.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698