| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], | 304 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], |
| 305 }], # 'arch == x87' | 305 }], # 'arch == x87' |
| 306 | 306 |
| 307 ############################################################################## | 307 ############################################################################## |
| 308 ['arch == android_arm or arch == android_ia32', { | 308 ['arch == android_arm or arch == android_ia32', { |
| 309 | 309 |
| 310 # Tests crash as there is no /tmp directory in Android. | 310 # Tests crash as there is no /tmp directory in Android. |
| 311 'test-log/LogAccessorCallbacks': [SKIP], | 311 'test-log/LogAccessorCallbacks': [SKIP], |
| 312 'test-log/LogCallbacks': [SKIP], | 312 'test-log/LogCallbacks': [SKIP], |
| 313 'test-log/ProfLazyMode': [SKIP], | 313 'test-log/ProfLazyMode': [SKIP], |
| 314 | |
| 315 # platform-tls.h does not contain an ANDROID-related header. | |
| 316 'test-platform-tls/FastTLS': [SKIP], | |
| 317 | |
| 318 # This test times out. | |
| 319 'test-threads/ThreadJoinSelf': [SKIP], | |
| 320 }], # 'arch == android_arm or arch == android_ia32' | 314 }], # 'arch == android_arm or arch == android_ia32' |
| 321 | 315 |
| 322 ############################################################################## | 316 ############################################################################## |
| 323 ['arch == nacl_ia32 or arch == nacl_x64', { | 317 ['arch == nacl_ia32 or arch == nacl_x64', { |
| 324 | 318 |
| 325 # NaCl builds have problems with threaded tests since Pepper_28. | 319 # NaCl builds have problems with threaded tests since Pepper_28. |
| 326 # V8 Issue 2786 | 320 # V8 Issue 2786 |
| 327 'test-api/Threading1': [SKIP], | 321 'test-api/Threading1': [SKIP], |
| 328 'test-lockers/MultithreadedParallelIsolates': [SKIP], | 322 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
| 329 'test-lockers/ExtensionsRegistration': [SKIP], | 323 'test-lockers/ExtensionsRegistration': [SKIP], |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 'test-api/Float32Array' : [SKIP], | 412 'test-api/Float32Array' : [SKIP], |
| 419 'test-api/Float64Array' : [SKIP], | 413 'test-api/Float64Array' : [SKIP], |
| 420 'test-api/Regress2333' : [SKIP], | 414 'test-api/Regress2333' : [SKIP], |
| 421 'test-alloc/StressHandles' : [SKIP], | 415 'test-alloc/StressHandles' : [SKIP], |
| 422 'test-alloc/StressJS' : [SKIP], | 416 'test-alloc/StressJS' : [SKIP], |
| 423 'test-accessors/HandleScopePop' : [SKIP], | 417 'test-accessors/HandleScopePop' : [SKIP], |
| 424 'test-accessors/Gc' : [SKIP], | 418 'test-accessors/Gc' : [SKIP], |
| 425 | 419 |
| 426 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 420 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 427 ] | 421 ] |
| OLD | NEW |