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

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

Issue 566303003: Disable lowering to StringAdd due to various issues. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'debug-references': [PASS, NO_VARIANTS], 67 'debug-references': [PASS, NO_VARIANTS],
68 'regress/regress-263': [PASS, NO_VARIANTS], 68 'regress/regress-263': [PASS, NO_VARIANTS],
69 69
70 # TODO(rossberg): Typer doesn't like contexts very much. 70 # TODO(rossberg): Typer doesn't like contexts very much.
71 'harmony/block-conflicts': [PASS, NO_VARIANTS], 71 'harmony/block-conflicts': [PASS, NO_VARIANTS],
72 'harmony/block-for': [PASS, NO_VARIANTS], 72 'harmony/block-for': [PASS, NO_VARIANTS],
73 'harmony/block-leave': [PASS, NO_VARIANTS], 73 'harmony/block-leave': [PASS, NO_VARIANTS],
74 'harmony/block-let-crankshaft': [PASS, NO_VARIANTS], 74 'harmony/block-let-crankshaft': [PASS, NO_VARIANTS],
75 'harmony/empty-for': [PASS, NO_VARIANTS], 75 'harmony/empty-for': [PASS, NO_VARIANTS],
76 76
77 # TODO(mstarzinger): Typed lowering screws up valueOf vs. toString order.
78 'regress/regress-760-1': [PASS, NO_VARIANTS],
79 'regress/regress-760-2': [PASS, NO_VARIANTS],
80 'harmony/proxies-json': [PASS, NO_VARIANTS],
81
82 # Unused code is optimized away, think about fixing the test case.
83 'string-oom-concat': [PASS, NO_VARIANTS],
84 'regress/regress-crbug-357052': [PASS, NO_VARIANTS],
85
86 # Some tests are over-restrictive about object layout. 77 # Some tests are over-restrictive about object layout.
87 'array-constructor-feedback': [PASS, NO_VARIANTS], 78 'array-constructor-feedback': [PASS, NO_VARIANTS],
88 'array-feedback': [PASS, NO_VARIANTS], 79 'array-feedback': [PASS, NO_VARIANTS],
89 'elements-kind': [PASS, NO_VARIANTS], 80 'elements-kind': [PASS, NO_VARIANTS],
90 81
91 # Some tests are just too slow to run for now. 82 # Some tests are just too slow to run for now.
92 'bit-not': [PASS, NO_VARIANTS], 83 'bit-not': [PASS, NO_VARIANTS],
93 'json2': [PASS, NO_VARIANTS], 84 'json2': [PASS, NO_VARIANTS],
94 'packed-elements': [PASS, NO_VARIANTS], 85 'packed-elements': [PASS, NO_VARIANTS],
95 'unbox-double-arrays': [PASS, NO_VARIANTS], 86 'unbox-double-arrays': [PASS, NO_VARIANTS],
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'never-optimize': [SKIP], 544 'never-optimize': [SKIP],
554 'regress/regress-2185-2': [SKIP], 545 'regress/regress-2185-2': [SKIP],
555 'harmony/object-observe': [SKIP], 546 'harmony/object-observe': [SKIP],
556 'readonly': [SKIP], 547 'readonly': [SKIP],
557 'array-feedback': [SKIP], 548 'array-feedback': [SKIP],
558 549
559 # Deopt every n garbage collections collides with deopt every n times. 550 # Deopt every n garbage collections collides with deopt every n times.
560 'regress/regress-2653': [SKIP], 551 'regress/regress-2653': [SKIP],
561 }], # 'deopt_fuzzer == True' 552 }], # 'deopt_fuzzer == True'
562 ] 553 ]
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-js-typed-lowering.cc ('k') | test/mjsunit/regress/regress-crbug-357052.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698