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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 ['arch == mips', { | 269 ['arch == mips', { |
270 # Too slow with TF. | 270 # Too slow with TF. |
271 'test-api/ExternalArrays': [PASS, NO_VARIANTS], | 271 'test-api/ExternalArrays': [PASS, NO_VARIANTS], |
272 | 272 |
273 # TODO(mips-team): Currently fails on mips board. | 273 # TODO(mips-team): Currently fails on mips board. |
274 'test-parsing/TooManyArguments': [SKIP], | 274 'test-parsing/TooManyArguments': [SKIP], |
275 'test-api/Threading3': [SKIP], | 275 'test-api/Threading3': [SKIP], |
276 }], # 'arch == mips' | 276 }], # 'arch == mips' |
277 | 277 |
278 ############################################################################## | 278 ############################################################################## |
279 ['arch == mips64el', { | 279 ['arch == mips64el or arch == mips64', { |
280 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 280 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
281 | 281 |
282 # BUG(v8:3154). | 282 # BUG(v8:3154). |
283 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 283 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
284 | 284 |
285 # BUG(1075): Unresolved crashes on MIPS also. | 285 # BUG(1075): Unresolved crashes on MIPS also. |
286 'test-serialize/Deserialize': [SKIP], | 286 'test-serialize/Deserialize': [SKIP], |
287 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 287 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
288 'test-serialize/DeserializeAndRunScript2': [SKIP], | 288 'test-serialize/DeserializeAndRunScript2': [SKIP], |
289 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 289 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
290 }], # 'arch == mips64el' | 290 }], # 'arch == mips64el or arch == mips64' |
291 | 291 |
292 ############################################################################## | 292 ############################################################################## |
293 ['arch == x87', { | 293 ['arch == x87', { |
294 'test-run-machops/RunFloat64InsertLowWord32': [SKIP] | 294 'test-run-machops/RunFloat64InsertLowWord32': [SKIP] |
295 }], # 'arch == x87' | 295 }], # 'arch == x87' |
296 | 296 |
297 ############################################################################## | 297 ############################################################################## |
298 ['arch == android_arm or arch == android_ia32', { | 298 ['arch == android_arm or arch == android_ia32', { |
299 | 299 |
300 # Tests crash as there is no /tmp directory in Android. | 300 # Tests crash as there is no /tmp directory in Android. |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 ############################################################################## | 419 ############################################################################## |
420 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 420 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
421 | 421 |
422 # Pass but take too long with the simulator. | 422 # Pass but take too long with the simulator. |
423 'test-api/Threading1': [PASS, SLOW], | 423 'test-api/Threading1': [PASS, SLOW], |
424 'test-api/Threading2': [PASS, SLOW], | 424 'test-api/Threading2': [PASS, SLOW], |
425 'test-api/ExternalArrays': [PASS, SLOW], | 425 'test-api/ExternalArrays': [PASS, SLOW], |
426 | 426 |
427 }], # 'arch == ppc64 and simulator_run == True' | 427 }], # 'arch == ppc64 and simulator_run == True' |
428 ] | 428 ] |
OLD | NEW |