| 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 | 511 |
| 512 }], # 'arch == ppc64 and simulator_run == True' | 512 }], # 'arch == ppc64 and simulator_run == True' |
| 513 | 513 |
| 514 ############################################################################## | 514 ############################################################################## |
| 515 ['ignition == True', { | 515 ['ignition == True', { |
| 516 # TODO(yangguo,4690): Test failures in debugger tests. | 516 # TODO(yangguo,4690): Test failures in debugger tests. |
| 517 'test-debug/DebugStepNamedLoadLoop': [FAIL], | 517 'test-debug/DebugStepNamedLoadLoop': [FAIL], |
| 518 'test-debug/DebugStepForIn': [FAIL], | 518 'test-debug/DebugStepForIn': [FAIL], |
| 519 'test-debug/DebugStepDoWhile': [FAIL], | 519 'test-debug/DebugStepDoWhile': [FAIL], |
| 520 'test-debug/DebugConditional': [FAIL], | 520 'test-debug/DebugConditional': [FAIL], |
| 521 'test-debug/DebugStepForContinue': [FAIL], | |
| 522 'test-debug/DebugStepKeyedStoreLoop': [FAIL], | |
| 523 'test-debug/DebugStepForBreak': [FAIL], | |
| 524 'test-debug/DebugStepKeyedLoadLoop': [FAIL], | |
| 525 'test-debug/DebugStepNamedStoreLoop': [FAIL], | |
| 526 | 521 |
| 527 # BUG(4333). Function name inferrer does not work for ES6 clases. | 522 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 528 'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 523 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
| 529 'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 524 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
| 530 | 525 |
| 531 # TODO(rmcilroy,4681): Requires support for generators. | 526 # TODO(rmcilroy,4681): Requires support for generators. |
| 532 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], | 527 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], |
| 533 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], | 528 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], |
| 534 'test-api/IsGeneratorFunctionOrObject': [FAIL], | 529 'test-api/IsGeneratorFunctionOrObject': [FAIL], |
| 535 | 530 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 561 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 556 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 562 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 557 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 563 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 558 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 564 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 559 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 565 'test-run-inlining/InlineTwice': [FAIL], | 560 'test-run-inlining/InlineTwice': [FAIL], |
| 566 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 561 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
| 567 | 562 |
| 568 }], # ignition == True | 563 }], # ignition == True |
| 569 | 564 |
| 570 ] | 565 ] |
| OLD | NEW |