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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 ['arch == x87', { | 383 ['arch == x87', { |
384 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], | 384 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], |
385 'test-run-native-calls/MixedParams_0': [SKIP], | 385 'test-run-native-calls/MixedParams_0': [SKIP], |
386 'test-run-native-calls/MixedParams_1': [SKIP], | 386 'test-run-native-calls/MixedParams_1': [SKIP], |
387 'test-run-native-calls/MixedParams_2': [SKIP], | 387 'test-run-native-calls/MixedParams_2': [SKIP], |
388 'test-run-native-calls/MixedParams_3': [SKIP], | 388 'test-run-native-calls/MixedParams_3': [SKIP], |
389 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], | 389 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], |
390 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], | 390 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], |
391 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], | 391 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], |
392 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], | 392 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], |
| 393 'test-run-machops/RunFloat64Sin': [SKIP], |
| 394 'test-run-machops/RunFloat64Cos': [SKIP], |
| 395 'test-run-machops/RunFloat64Expm1': [SKIP], |
| 396 'test-run-machops/RunFloat64Tan': [SKIP], |
393 'test-cpu-profiler/Inlining': [SKIP], | 397 'test-cpu-profiler/Inlining': [SKIP], |
394 }], # 'arch == x87' | 398 }], # 'arch == x87' |
395 | 399 |
396 ############################################################################## | 400 ############################################################################## |
397 ['arch == android_arm or arch == android_ia32', { | 401 ['arch == android_arm or arch == android_ia32', { |
398 | 402 |
399 # Tests crash as there is no /tmp directory in Android. | 403 # Tests crash as there is no /tmp directory in Android. |
400 'test-log/LogAccessorCallbacks': [SKIP], | 404 'test-log/LogAccessorCallbacks': [SKIP], |
401 'test-log/LogCallbacks': [SKIP], | 405 'test-log/LogCallbacks': [SKIP], |
402 'test-log/ProfLazyMode': [SKIP], | 406 'test-log/ProfLazyMode': [SKIP], |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 'test-api/TurboAsmDisablesNeuter': [FAIL], | 577 'test-api/TurboAsmDisablesNeuter': [FAIL], |
574 | 578 |
575 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); | 579 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); |
576 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], | 580 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], |
577 | 581 |
578 # BUG(4751). Flaky with Ignition. | 582 # BUG(4751). Flaky with Ignition. |
579 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 583 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
580 }], # ignition or ignition_turbofan | 584 }], # ignition or ignition_turbofan |
581 | 585 |
582 ] | 586 ] |
OLD | NEW |