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

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

Issue 1053063003: Make --always-opt also optimize top-level code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip failing tests. Created 5 years, 8 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
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'elements-kind': [PASS, NO_VARIANTS], 69 'elements-kind': [PASS, NO_VARIANTS],
70 'opt-elements-kind': [PASS, NO_VARIANTS], 70 'opt-elements-kind': [PASS, NO_VARIANTS],
71 'smi-representation': [PASS, NO_VARIANTS], 71 'smi-representation': [PASS, NO_VARIANTS],
72 72
73 # Some tests are just too slow to run for now. 73 # Some tests are just too slow to run for now.
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 'unbox-double-arrays': [PASS, NO_VARIANTS], 78 'unbox-double-arrays': [PASS, NO_VARIANTS],
79 'unicode-test': [PASS, NO_VARIANTS],
79 'whitespaces': [PASS, NO_VARIANTS], 80 'whitespaces': [PASS, NO_VARIANTS],
80 'compiler/osr-assert': [PASS, NO_VARIANTS], 81 'compiler/osr-assert': [PASS, NO_VARIANTS],
81 'regress/regress-2185-2': [PASS, NO_VARIANTS], 82 'regress/regress-2185-2': [PASS, NO_VARIANTS],
82 'regress/regress-2612': [PASS, NO_VARIANTS], 83 'regress/regress-2612': [PASS, NO_VARIANTS],
83 84
84 # Modules are busted 85 # Modules are busted
85 'harmony/module-linking': [SKIP], 86 'harmony/module-linking': [SKIP],
86 'harmony/module-recompile': [SKIP], 87 'harmony/module-recompile': [SKIP],
87 'harmony/module-resolution': [SKIP], 88 'harmony/module-resolution': [SKIP],
88 'harmony/regress/regress-343928': [SKIP], 89 'harmony/regress/regress-343928': [SKIP],
89 90
90 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 91 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
91 # not work, but we expect it to not crash. 92 # not work, but we expect it to not crash.
92 'debug-step-turbofan': [PASS, FAIL], 93 'debug-step-turbofan': [PASS, FAIL],
93 94
95 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix!
96 'debug-compile-event-newfunction': [PASS, NO_VARIANTS],
97 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
98 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
99 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
100
101 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness
102 # issues on ARM and ARM64.
103 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64.
104 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only.
105
94 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. 106 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
95 'debug-evaluate-const': [PASS, NO_VARIANTS], 107 'debug-evaluate-const': [PASS, NO_VARIANTS],
96 'debug-evaluate-locals': [PASS, NO_VARIANTS], 108 'debug-evaluate-locals': [PASS, NO_VARIANTS],
97 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. 109 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode.
98 'debug-liveedit-double-call': [PASS, NO_VARIANTS], 110 'debug-liveedit-double-call': [PASS, NO_VARIANTS],
99 'debug-set-variable-value': [PASS, NO_VARIANTS], 111 'debug-set-variable-value': [PASS, NO_VARIANTS],
100 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], 112 'debug-stepout-scope-part1': [PASS, NO_VARIANTS],
101 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], 113 'debug-stepout-scope-part2': [PASS, NO_VARIANTS],
102 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], 114 'debug-stepout-scope-part3': [PASS, NO_VARIANTS],
103 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], 115 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS],
104 116
105 ############################################################################## 117 ##############################################################################
106 # Too slow in debug mode with --stress-opt mode. 118 # Too slow in debug mode with --stress-opt mode.
107 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 119 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
108 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 120 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
109 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 121 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
110 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 122 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
111 123
112 ############################################################################## 124 ##############################################################################
113 # Too slow in debug mode for validation of elements. 125 # Too slow in debug mode for validation of elements.
114 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], 126 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
115 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], 127 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]],
116 128
117 ############################################################################## 129 ##############################################################################
118 # Too slow in debug mode for GC stress mode. 130 # Too slow in debug mode for GC stress mode.
119 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], 131 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
120 132
121 ############################################################################## 133 ##############################################################################
122 # Only regexp stuff tested, no need for extensive Crankshaft tests. 134 # Only RegExp stuff tested, no need for extensive optimizing compiler tests.
123 'regexp-global': [PASS, NO_VARIANTS], 135 'regexp-global': [PASS, NO_VARIANTS],
136 'third_party/regexp-pcre': [PASS, NO_VARIANTS],
124 137
125 ############################################################################## 138 ##############################################################################
126 # No need to waste time for this test. 139 # No need to waste time for this test.
127 'd8-performance-now': [PASS, NO_VARIANTS], 140 'd8-performance-now': [PASS, NO_VARIANTS],
128 141
129 # Issue 488: this test sometimes times out. 142 # Issue 488: this test sometimes times out.
130 'array-constructor': [PASS, TIMEOUT], 143 'array-constructor': [PASS, TIMEOUT],
131 144
132 # Very slow on ARM and MIPS, contains no architecture dependent code. 145 # Very slow on ARM and MIPS, contains no architecture dependent code.
133 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or ar ch == mips', TIMEOUT]], 146 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or ar ch == mips', TIMEOUT]],
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 'regress/regress-2653': [SKIP], 607 'regress/regress-2653': [SKIP],
595 }], # 'deopt_fuzzer == True' 608 }], # 'deopt_fuzzer == True'
596 609
597 ############################################################################## 610 ##############################################################################
598 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 611 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
599 612
600 # take too long with the simulator. 613 # take too long with the simulator.
601 'regress/regress-1132': [SKIP], 614 'regress/regress-1132': [SKIP],
602 }], # 'arch == ppc and simulator_run == True' 615 }], # 'arch == ppc and simulator_run == True'
603 ] 616 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698