OLD | NEW |
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]], | 147 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]], |
148 | 148 |
149 # BUG(v8:3247). | 149 # BUG(v8:3247). |
150 'test-mark-compact/NoPromotion': [SKIP], | 150 'test-mark-compact/NoPromotion': [SKIP], |
151 | 151 |
152 # BUG(v8:3446). | 152 # BUG(v8:3446). |
153 'test-mark-compact/Promotion': [PASS, FAIL], | 153 'test-mark-compact/Promotion': [PASS, FAIL], |
154 | 154 |
155 # BUG(v8:3434). | 155 # BUG(v8:3434). |
156 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], | 156 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], |
157 | |
158 # BUG(v8:4200). | |
159 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | |
160 }], # 'arch == arm64' | 157 }], # 'arch == arm64' |
161 | 158 |
162 ['arch == arm64 and simulator_run == True', { | 159 ['arch == arm64 and simulator_run == True', { |
163 | 160 |
164 # Pass but take too long with the simulator. | 161 # Pass but take too long with the simulator. |
165 'test-api/ExternalArrays': [PASS, TIMEOUT], | 162 'test-api/ExternalArrays': [PASS, TIMEOUT], |
166 'test-api/Threading1': [SKIP], | 163 'test-api/Threading1': [SKIP], |
167 'test-api/Threading2': [SKIP], | 164 'test-api/Threading2': [SKIP], |
168 }], # 'arch == arm64 and simulator_run == True' | 165 }], # 'arch == arm64 and simulator_run == True' |
169 | 166 |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 283 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
287 | 284 |
288 # BUG(v8:3154). | 285 # BUG(v8:3154). |
289 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 286 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
290 | 287 |
291 # BUG(1075): Unresolved crashes on MIPS also. | 288 # BUG(1075): Unresolved crashes on MIPS also. |
292 'test-serialize/Deserialize': [SKIP], | 289 'test-serialize/Deserialize': [SKIP], |
293 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 290 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
294 'test-serialize/DeserializeAndRunScript2': [SKIP], | 291 'test-serialize/DeserializeAndRunScript2': [SKIP], |
295 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 292 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
296 | |
297 # BUG(v8:4200). | |
298 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | |
299 }], # 'arch == mips64el' | 293 }], # 'arch == mips64el' |
300 | 294 |
301 ############################################################################## | 295 ############################################################################## |
302 ['arch == x87', { | 296 ['arch == x87', { |
303 'test-run-machops/RunFloat64InsertLowWord32': [SKIP] | 297 'test-run-machops/RunFloat64InsertLowWord32': [SKIP] |
304 }], # 'arch == x87' | 298 }], # 'arch == x87' |
305 | 299 |
306 ############################################################################## | 300 ############################################################################## |
307 ['arch == android_arm or arch == android_ia32', { | 301 ['arch == android_arm or arch == android_ia32', { |
308 | 302 |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 ############################################################################## | 422 ############################################################################## |
429 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 423 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
430 | 424 |
431 # Pass but take too long with the simulator. | 425 # Pass but take too long with the simulator. |
432 'test-api/Threading1': [PASS, SLOW], | 426 'test-api/Threading1': [PASS, SLOW], |
433 'test-api/Threading2': [PASS, SLOW], | 427 'test-api/Threading2': [PASS, SLOW], |
434 'test-api/ExternalArrays': [PASS, SLOW], | 428 'test-api/ExternalArrays': [PASS, SLOW], |
435 | 429 |
436 }], # 'arch == ppc64 and simulator_run == True' | 430 }], # 'arch == ppc64 and simulator_run == True' |
437 ] | 431 ] |
OLD | NEW |