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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 | 246 |
247 }], # 'system == windows' | 247 }], # 'system == windows' |
248 | 248 |
249 ############################################################################## | 249 ############################################################################## |
250 ['system == macos', { | 250 ['system == macos', { |
251 | 251 |
252 # BUG(3125). | 252 # BUG(3125). |
253 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], | 253 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], |
254 'test-debug/DebugStepLinear': [PASS, FLAKY], | 254 'test-debug/DebugStepLinear': [PASS, FLAKY], |
255 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], | 255 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], |
| 256 |
| 257 # TODO(alph): add support for MacOS. |
| 258 'test-sampler-api/*': [SKIP], |
| 259 |
256 }], # 'system == macos' | 260 }], # 'system == macos' |
257 | 261 |
258 ############################################################################## | 262 ############################################################################## |
259 ['arch == arm', { | 263 ['arch == arm', { |
260 | 264 |
261 # BUG(355): Test crashes on ARM. | 265 # BUG(355): Test crashes on ARM. |
262 'test-log/ProfLazyMode': [SKIP], | 266 'test-log/ProfLazyMode': [SKIP], |
263 | 267 |
264 # BUG(1075): Unresolved crashes. | 268 # BUG(1075): Unresolved crashes. |
265 'test-serialize/Deserialize': [SKIP], | 269 'test-serialize/Deserialize': [SKIP], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 # Tests crash as there is no /tmp directory in Android. | 337 # Tests crash as there is no /tmp directory in Android. |
334 'test-log/LogAccessorCallbacks': [SKIP], | 338 'test-log/LogAccessorCallbacks': [SKIP], |
335 'test-log/LogCallbacks': [SKIP], | 339 'test-log/LogCallbacks': [SKIP], |
336 'test-log/ProfLazyMode': [SKIP], | 340 'test-log/ProfLazyMode': [SKIP], |
337 | 341 |
338 # platform-tls.h does not contain an ANDROID-related header. | 342 # platform-tls.h does not contain an ANDROID-related header. |
339 'test-platform-tls/FastTLS': [SKIP], | 343 'test-platform-tls/FastTLS': [SKIP], |
340 | 344 |
341 # This test times out. | 345 # This test times out. |
342 'test-threads/ThreadJoinSelf': [SKIP], | 346 'test-threads/ThreadJoinSelf': [SKIP], |
| 347 |
| 348 # TODO(alph): Android doesn't seem to support getcontext, so disable the test. |
| 349 # The test could be implemented with POSIX signals. |
| 350 'test-sampler-api/*': [SKIP], |
| 351 |
343 }], # 'arch == android_arm or arch == android_ia32' | 352 }], # 'arch == android_arm or arch == android_ia32' |
344 | 353 |
345 ############################################################################## | 354 ############################################################################## |
346 ['arch == nacl_ia32 or arch == nacl_x64', { | 355 ['arch == nacl_ia32 or arch == nacl_x64', { |
347 | 356 |
348 # NaCl builds have problems with threaded tests since Pepper_28. | 357 # NaCl builds have problems with threaded tests since Pepper_28. |
349 # V8 Issue 2786 | 358 # V8 Issue 2786 |
350 'test-api/Threading1': [SKIP], | 359 'test-api/Threading1': [SKIP], |
351 'test-lockers/MultithreadedParallelIsolates': [SKIP], | 360 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
352 'test-lockers/ExtensionsRegistration': [SKIP], | 361 'test-lockers/ExtensionsRegistration': [SKIP], |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
441 'test-api/Float32Array' : [SKIP], | 450 'test-api/Float32Array' : [SKIP], |
442 'test-api/Float64Array' : [SKIP], | 451 'test-api/Float64Array' : [SKIP], |
443 'test-api/Regress2333' : [SKIP], | 452 'test-api/Regress2333' : [SKIP], |
444 'test-alloc/StressHandles' : [SKIP], | 453 'test-alloc/StressHandles' : [SKIP], |
445 'test-alloc/StressJS' : [SKIP], | 454 'test-alloc/StressJS' : [SKIP], |
446 'test-accessors/HandleScopePop' : [SKIP], | 455 'test-accessors/HandleScopePop' : [SKIP], |
447 'test-accessors/Gc' : [SKIP], | 456 'test-accessors/Gc' : [SKIP], |
448 | 457 |
449 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 458 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
450 ] | 459 ] |
OLD | NEW |