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

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

Issue 567293003: Enable typed pipeline for the benchmark tests. (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
« no previous file with comments | « test/benchmarks/testcfg.py ('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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 # TODO(mstarzinger): An arguments object materialized in the prologue can't 61 # TODO(mstarzinger): An arguments object materialized in the prologue can't
62 # be accessed indirectly. Either we drop that requirement or wait for support 62 # be accessed indirectly. Either we drop that requirement or wait for support
63 # from the deoptimizer to do that. 63 # from the deoptimizer to do that.
64 'arguments-indirect': [PASS, NO_VARIANTS], 64 'arguments-indirect': [PASS, NO_VARIANTS],
65 65
66 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. 66 # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
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(mstarzinger/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): Needs more investigation. 77 # TODO(mstarzinger): Typed lowering screws up valueOf vs. toString order.
78 'polymorph-arrays': [PASS, NO_VARIANTS],
79 'string-oom-concat': [PASS, NO_VARIANTS],
80 'unbox-double-arrays': [PASS, NO_VARIANTS],
81 'compiler/osr-warm': [PASS, NO_VARIANTS],
82 'harmony/proxies-json': [PASS, NO_VARIANTS],
83 'regress/regress-760-1': [PASS, NO_VARIANTS], 78 'regress/regress-760-1': [PASS, NO_VARIANTS],
84 'regress/regress-760-2': [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],
85 'regress/regress-crbug-357052': [PASS, NO_VARIANTS], 84 'regress/regress-crbug-357052': [PASS, NO_VARIANTS],
86 85
87 # Some tests are over-restrictive about object layout. 86 # Some tests are over-restrictive about object layout.
88 'array-constructor-feedback': [PASS, NO_VARIANTS], 87 'array-constructor-feedback': [PASS, NO_VARIANTS],
89 'array-feedback': [PASS, NO_VARIANTS], 88 'array-feedback': [PASS, NO_VARIANTS],
90 'elements-kind': [PASS, NO_VARIANTS], 89 'elements-kind': [PASS, NO_VARIANTS],
91 90
92 # Some tests are just too slow to run for now. 91 # Some tests are just too slow to run for now.
93 'bit-not': [PASS, NO_VARIANTS], 92 'bit-not': [PASS, NO_VARIANTS],
94 'json2': [PASS, NO_VARIANTS], 93 'json2': [PASS, NO_VARIANTS],
95 'packed-elements': [PASS, NO_VARIANTS], 94 'packed-elements': [PASS, NO_VARIANTS],
95 'unbox-double-arrays': [PASS, NO_VARIANTS],
96 'whitespaces': [PASS, NO_VARIANTS], 96 'whitespaces': [PASS, NO_VARIANTS],
97 'compiler/osr-assert': [PASS, NO_VARIANTS], 97 'compiler/osr-assert': [PASS, NO_VARIANTS],
98 'regress/regress-2185-2': [PASS, NO_VARIANTS], 98 'regress/regress-2185-2': [PASS, NO_VARIANTS],
99 99
100 # Support for %GetFrameDetails is missing and requires checkpoints. 100 # Support for %GetFrameDetails is missing and requires checkpoints.
101 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], 101 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS],
102 'debug-evaluate-const': [PASS, NO_VARIANTS], 102 'debug-evaluate-const': [PASS, NO_VARIANTS],
103 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], 103 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
104 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], 104 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
105 'debug-evaluate-locals': [PASS, NO_VARIANTS], 105 'debug-evaluate-locals': [PASS, NO_VARIANTS],
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'never-optimize': [SKIP], 553 'never-optimize': [SKIP],
554 'regress/regress-2185-2': [SKIP], 554 'regress/regress-2185-2': [SKIP],
555 'harmony/object-observe': [SKIP], 555 'harmony/object-observe': [SKIP],
556 'readonly': [SKIP], 556 'readonly': [SKIP],
557 'array-feedback': [SKIP], 557 'array-feedback': [SKIP],
558 558
559 # Deopt every n garbage collections collides with deopt every n times. 559 # Deopt every n garbage collections collides with deopt every n times.
560 'regress/regress-2653': [SKIP], 560 'regress/regress-2653': [SKIP],
561 }], # 'deopt_fuzzer == True' 561 }], # 'deopt_fuzzer == True'
562 ] 562 ]
OLDNEW
« no previous file with comments | « test/benchmarks/testcfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698