OLD | NEW |
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 compiler/optimized-function-calls: SKIP | 100 compiler/optimized-function-calls: SKIP |
101 compiler/pic: SKIP | 101 compiler/pic: SKIP |
102 compiler/property-calls: SKIP | 102 compiler/property-calls: SKIP |
103 compiler/recursive-deopt: SKIP | 103 compiler/recursive-deopt: SKIP |
104 compiler/regress-4: SKIP | 104 compiler/regress-4: SKIP |
105 compiler/regress-funcaller: SKIP | 105 compiler/regress-funcaller: SKIP |
106 compiler/regress-gvn: SKIP | 106 compiler/regress-gvn: SKIP |
107 compiler/regress-rep-change: SKIP | 107 compiler/regress-rep-change: SKIP |
108 compiler/regress-arguments: SKIP | 108 compiler/regress-arguments: SKIP |
109 compiler/regress-funarguments: SKIP | 109 compiler/regress-funarguments: SKIP |
110 compiler/regress-or: SKIP | |
111 compiler/regress-3249650: SKIP | 110 compiler/regress-3249650: SKIP |
112 compiler/simple-deopt: SKIP | 111 compiler/simple-deopt: SKIP |
113 regress/regress-490: SKIP | 112 regress/regress-490: SKIP |
114 regress/regress-634: SKIP | 113 regress/regress-634: SKIP |
115 regress/regress-create-exception: SKIP | 114 regress/regress-create-exception: SKIP |
116 regress/regress-3218915: SKIP | 115 regress/regress-3218915: SKIP |
117 regress/regress-3247124: SKIP | 116 regress/regress-3247124: SKIP |
118 | 117 |
119 # Requires bigger stack size in the Genesis and if stack size is increased, | 118 # Requires bigger stack size in the Genesis and if stack size is increased, |
120 # the test requires too much time to run. However, the problem test covers | 119 # the test requires too much time to run. However, the problem test covers |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 compiler/optimized-function-calls: SKIP | 157 compiler/optimized-function-calls: SKIP |
159 compiler/pic: SKIP | 158 compiler/pic: SKIP |
160 compiler/property-calls: SKIP | 159 compiler/property-calls: SKIP |
161 compiler/recursive-deopt: SKIP | 160 compiler/recursive-deopt: SKIP |
162 compiler/regress-4: SKIP | 161 compiler/regress-4: SKIP |
163 compiler/regress-funcaller: SKIP | 162 compiler/regress-funcaller: SKIP |
164 compiler/regress-gvn: SKIP | 163 compiler/regress-gvn: SKIP |
165 compiler/regress-rep-change: SKIP | 164 compiler/regress-rep-change: SKIP |
166 compiler/regress-arguments: SKIP | 165 compiler/regress-arguments: SKIP |
167 compiler/regress-funarguments: SKIP | 166 compiler/regress-funarguments: SKIP |
168 compiler/regress-or: SKIP | |
169 compiler/regress-3249650: SKIP | 167 compiler/regress-3249650: SKIP |
170 compiler/simple-deopt: SKIP | 168 compiler/simple-deopt: SKIP |
171 regress/regress-490: SKIP | 169 regress/regress-490: SKIP |
172 regress/regress-634: SKIP | 170 regress/regress-634: SKIP |
173 regress/regress-create-exception: SKIP | 171 regress/regress-create-exception: SKIP |
174 regress/regress-3218915: SKIP | 172 regress/regress-3218915: SKIP |
175 regress/regress-3247124: SKIP | 173 regress/regress-3247124: SKIP |
176 | 174 |
177 # Requires bigger stack size in the Genesis and if stack size is increased, | 175 # Requires bigger stack size in the Genesis and if stack size is increased, |
178 # the test requires too much time to run. However, the problem test covers | 176 # the test requires too much time to run. However, the problem test covers |
179 # should be platform-independent. | 177 # should be platform-independent. |
180 regress/regress-1132: SKIP | 178 regress/regress-1132: SKIP |
181 | 179 |
182 # Stack manipulations in LiveEdit is not implemented for this arch. | 180 # Stack manipulations in LiveEdit is not implemented for this arch. |
183 debug-liveedit-check-stack: SKIP | 181 debug-liveedit-check-stack: SKIP |
184 debug-liveedit-stack-padding: SKIP | 182 debug-liveedit-stack-padding: SKIP |
185 debug-liveedit-restart-frame: SKIP | 183 debug-liveedit-restart-frame: SKIP |
186 debug-liveedit-double-call: SKIP | 184 debug-liveedit-double-call: SKIP |
187 | 185 |
OLD | NEW |