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/mjsunit/mjsunit.status

Issue 1412573005: [turbofan] Disable two more failing tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 # issue 4055: 146 # issue 4055:
147 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], 147 'es6/generators-debug-scopes': [PASS, NO_VARIANTS],
148 148
149 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points 149 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points
150 'result-table-min': [PASS, NO_VARIANTS], 150 'result-table-min': [PASS, NO_VARIANTS],
151 'result-table-max': [PASS, NO_VARIANTS], 151 'result-table-max': [PASS, NO_VARIANTS],
152 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. 152 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification.
153 'regress/regress-1122': [PASS, NO_VARIANTS], 153 'regress/regress-1122': [PASS, NO_VARIANTS],
154 154
155 # Issue 4493: Bugs due to --turbo-inlining. 155 # Issue 4493: Bugs due to --turbo-inlining.
156 'sparse-array-reverse': [PASS, NO_VARIANTS],
156 'harmony/reflect': [PASS, NO_VARIANTS], 157 'harmony/reflect': [PASS, NO_VARIANTS],
157 158
158 # Assumptions about optimization need investigation in TurboFan. 159 # Assumptions about optimization need investigation in TurboFan.
159 'compiler/inlined-call': [PASS, NO_VARIANTS], 160 'compiler/inlined-call': [PASS, NO_VARIANTS],
160 'deopt-with-fp-regs': [PASS, NO_VARIANTS], 161 'deopt-with-fp-regs': [PASS, NO_VARIANTS],
161 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], 162 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
162 163
163 # TODO(bmeurer/jarin): Crash in code generator? 164 # TODO(bmeurer/jarin): Crash in code generator?
164 'constant-folding-2': [PASS, NO_VARIANTS], 165 'constant-folding-2': [PASS, NO_VARIANTS],
165 166
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], 270 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]],
270 271
271 # Slow tests. 272 # Slow tests.
272 'copy-on-write-assert': [PASS, SLOW], 273 'copy-on-write-assert': [PASS, SLOW],
273 'debug-scopes': [PASS, SLOW], 274 'debug-scopes': [PASS, SLOW],
274 'es7/object-observe': [PASS, ['mode == debug', SLOW]], 275 'es7/object-observe': [PASS, ['mode == debug', SLOW]],
275 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], 276 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]],
276 'readonly': [PASS, SLOW], 277 'readonly': [PASS, SLOW],
277 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], 278 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]],
278 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], 279 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]],
279 'strong/implicit-conversions': [PASS, SLOW], 280 # Issue 4493: The 'implicit-conversions' is only NO_VARIANTS because of 4493.
281 'strong/implicit-conversions': [PASS, SLOW, NO_VARIANTS],
280 'strong/load-element-mutate-backing-store': [PASS, SLOW], 282 'strong/load-element-mutate-backing-store': [PASS, SLOW],
281 }], # ALWAYS 283 }], # ALWAYS
282 284
283 ['novfp3 == True', { 285 ['novfp3 == True', {
284 'asm/embenchen/box2d': [SKIP], 286 'asm/embenchen/box2d': [SKIP],
285 'asm/embenchen/zlib': [SKIP], 287 'asm/embenchen/zlib': [SKIP],
286 'asm/embenchen/memops': [SKIP], 288 'asm/embenchen/memops': [SKIP],
287 'asm/embenchen/lua_binarytrees': [SKIP], 289 'asm/embenchen/lua_binarytrees': [SKIP],
288 }], # novfp3 == True 290 }], # novfp3 == True
289 291
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'd8-worker-sharedarraybuffer': [SKIP], 727 'd8-worker-sharedarraybuffer': [SKIP],
726 }], # 'predictable == True' 728 }], # 'predictable == True'
727 729
728 ############################################################################## 730 ##############################################################################
729 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 731 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
730 732
731 # take too long with the simulator. 733 # take too long with the simulator.
732 'regress/regress-1132': [SKIP], 734 'regress/regress-1132': [SKIP],
733 }], # 'arch == ppc and simulator_run == True' 735 }], # 'arch == ppc and simulator_run == True'
734 ] 736 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698