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

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

Issue 8572032: MIPS: updated test .status files based mostly on the ARM version. (Closed)
Patch Set: Rebased on r10145 Created 9 years 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/message/message.status ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 regress/regress-397: SKIP 46 regress/regress-397: SKIP
47 47
48 ############################################################################## 48 ##############################################################################
49 # Too slow in debug mode with --stress-opt 49 # Too slow in debug mode with --stress-opt
50 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug 50 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
51 compiler/regress-funcaller: PASS, SKIP if $mode == debug 51 compiler/regress-funcaller: PASS, SKIP if $mode == debug
52 regress/regress-create-exception: PASS, SKIP if $mode == debug 52 regress/regress-create-exception: PASS, SKIP if $mode == debug
53 53
54 ############################################################################## 54 ##############################################################################
55 # This one uses a built-in that's only present in debug mode. It takes 55 # This one uses a built-in that's only present in debug mode. It takes
56 # too long to run in debug mode on ARM. 56 # too long to run in debug mode on ARM and MIPS.
57 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm) 57 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips)
58 58
59 big-object-literal: PASS, SKIP if ($arch == arm) 59 big-object-literal: PASS, SKIP if ($arch == arm)
60 60
61 # Issue 488: this test sometimes times out. 61 # Issue 488: this test sometimes times out.
62 array-constructor: PASS || TIMEOUT 62 array-constructor: PASS || TIMEOUT
63 63
64 # Very slow on ARM, contains no architecture dependent code. 64 # Very slow on ARM and MIPS, contains no architecture dependent code.
65 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) 65 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == mips)
66 66
67 # Skip long running test in debug and allow it to timeout in release mode. 67 # Skip long running test in debug and allow it to timeout in release mode.
68 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug 68 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
69 69
70 # Stack manipulations in LiveEdit are buggy - see bug 915 70 # Stack manipulations in LiveEdit are buggy - see bug 915
71 debug-liveedit-check-stack: SKIP 71 debug-liveedit-check-stack: SKIP
72 debug-liveedit-patch-positions-replace: SKIP 72 debug-liveedit-patch-positions-replace: SKIP
73 73
74 ############################################################################## 74 ##############################################################################
75 [ $arch == arm ] 75 [ $arch == arm ]
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 regress/regress-3218915: SKIP 118 regress/regress-3218915: SKIP
119 regress/regress-3247124: SKIP 119 regress/regress-3247124: SKIP
120 120
121 # Requires bigger stack size in the Genesis and if stack size is increased, 121 # Requires bigger stack size in the Genesis and if stack size is increased,
122 # the test requires too much time to run. However, the problem test covers 122 # the test requires too much time to run. However, the problem test covers
123 # should be platform-independent. 123 # should be platform-independent.
124 regress/regress-1132: SKIP 124 regress/regress-1132: SKIP
125 125
126 ############################################################################## 126 ##############################################################################
127 [ $arch == mips ] 127 [ $arch == mips ]
128 # Run those tests, but expect them to time out. 128
129 array-sort: PASS || TIMEOUT 129 # Slow tests which times out in debug mode.
130 try: PASS, SKIP if $mode == debug
131 debug-scripts-request: PASS, SKIP if $mode == debug
132 array-constructor: PASS, SKIP if $mode == debug
133
134 # Times out often in release mode on MIPS.
135 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
136 array-splice: PASS || TIMEOUT
137
138 # Long running test.
130 mirror-object: PASS || TIMEOUT 139 mirror-object: PASS || TIMEOUT
140 string-indexof-2: PASS || TIMEOUT
131 141
132 # Skip long-running tests. 142 # BUG(3251035): Timeouts in long looping crankshaft optimization
143 # tests. Skipping because having them timeout takes too long on the
144 # buildbot.
133 compiler/alloc-number: SKIP 145 compiler/alloc-number: SKIP
134 compiler/array-length: SKIP 146 compiler/array-length: SKIP
135 compiler/assignment-deopt: SKIP 147 compiler/assignment-deopt: SKIP
136 compiler/deopt-args: SKIP 148 compiler/deopt-args: SKIP
137 compiler/inline-compare: SKIP 149 compiler/inline-compare: SKIP
138 compiler/inline-global-access: SKIP 150 compiler/inline-global-access: SKIP
139 compiler/optimized-function-calls: SKIP 151 compiler/optimized-function-calls: SKIP
140 compiler/pic: SKIP 152 compiler/pic: SKIP
141 compiler/property-calls: SKIP 153 compiler/property-calls: SKIP
142 compiler/recursive-deopt: SKIP 154 compiler/recursive-deopt: SKIP
143 compiler/regress-4: SKIP 155 compiler/regress-4: SKIP
144 compiler/regress-funcaller: SKIP 156 compiler/regress-funcaller: SKIP
145 compiler/regress-gvn: SKIP 157 compiler/regress-gvn: SKIP
146 compiler/regress-rep-change: SKIP 158 compiler/regress-rep-change: SKIP
147 compiler/regress-arguments: SKIP 159 compiler/regress-arguments: SKIP
148 compiler/regress-funarguments: SKIP 160 compiler/regress-funarguments: SKIP
149 compiler/regress-or: SKIP 161 compiler/regress-or: SKIP
150 compiler/regress-3249650: SKIP 162 compiler/regress-3249650: SKIP
151 compiler/simple-deopt: SKIP 163 compiler/simple-deopt: SKIP
152 regress/regress-490: SKIP 164 regress/regress-490: SKIP
153 regress/regress-634: SKIP 165 regress/regress-634: SKIP
154 regress/regress-create-exception: SKIP 166 regress/regress-create-exception: SKIP
155 regress/regress-3218915: SKIP 167 regress/regress-3218915: SKIP
156 regress/regress-3247124: SKIP 168 regress/regress-3247124: SKIP
169
170 # Requires bigger stack size in the Genesis and if stack size is increased,
171 # the test requires too much time to run. However, the problem test covers
172 # should be platform-independent.
157 regress/regress-1132: SKIP 173 regress/regress-1132: SKIP
158 regress/regress-1257: SKIP
159 regress/regress-91008: SKIP
160
161 ##############################################################################
162 [ $isolates ]
163 # d8-os writes temporary files that might interfer with each other when running
164 # in multible threads. Skip this if running with isolates testing.
165 d8-os: SKIP
OLDNEW
« no previous file with comments | « test/message/message.status ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698