| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 ['arch == x87', { | 358 ['arch == x87', { |
| 359 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], | 359 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], |
| 360 'test-run-native-calls/MixedParams_0': [SKIP], | 360 'test-run-native-calls/MixedParams_0': [SKIP], |
| 361 'test-run-native-calls/MixedParams_1': [SKIP], | 361 'test-run-native-calls/MixedParams_1': [SKIP], |
| 362 'test-run-native-calls/MixedParams_2': [SKIP], | 362 'test-run-native-calls/MixedParams_2': [SKIP], |
| 363 'test-run-native-calls/MixedParams_3': [SKIP], | 363 'test-run-native-calls/MixedParams_3': [SKIP], |
| 364 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], | 364 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], |
| 365 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], | 365 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], |
| 366 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], | 366 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], |
| 367 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], | 367 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], |
| 368 'test-cpu-profiler/Inlining': [SKIP], |
| 368 }], # 'arch == x87' | 369 }], # 'arch == x87' |
| 369 | 370 |
| 370 ############################################################################## | 371 ############################################################################## |
| 371 ['arch == android_arm or arch == android_ia32', { | 372 ['arch == android_arm or arch == android_ia32', { |
| 372 | 373 |
| 373 # Tests crash as there is no /tmp directory in Android. | 374 # Tests crash as there is no /tmp directory in Android. |
| 374 'test-log/LogAccessorCallbacks': [SKIP], | 375 'test-log/LogAccessorCallbacks': [SKIP], |
| 375 'test-log/LogCallbacks': [SKIP], | 376 'test-log/LogCallbacks': [SKIP], |
| 376 'test-log/ProfLazyMode': [SKIP], | 377 'test-log/ProfLazyMode': [SKIP], |
| 377 }], # 'arch == android_arm or arch == android_ia32' | 378 }], # 'arch == android_arm or arch == android_ia32' |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 566 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 566 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 567 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 567 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 568 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 568 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 569 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 569 'test-run-inlining/InlineTwice': [FAIL], | 570 'test-run-inlining/InlineTwice': [FAIL], |
| 570 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 571 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
| 571 | 572 |
| 572 }], # ignition == True | 573 }], # ignition == True |
| 573 | 574 |
| 574 ] | 575 ] |
| OLD | NEW |