| 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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 'test-debug/DebugStepForContinue': [FAIL], | 517 'test-debug/DebugStepForContinue': [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/DebugStepForBreak': [FAIL], | 521 'test-debug/DebugStepForBreak': [FAIL], |
| 522 'test-debug/DebugStepWith': [FAIL], | 522 'test-debug/DebugStepWith': [FAIL], |
| 523 'test-debug/DebugStepFunctionApply': [FAIL], | 523 'test-debug/DebugStepFunctionApply': [FAIL], |
| 524 'test-debug/StepInOutBranch': [FAIL], | 524 'test-debug/StepInOutBranch': [FAIL], |
| 525 'test-debug/DebugStepFunctionCall': [FAIL], | 525 'test-debug/DebugStepFunctionCall': [FAIL], |
| 526 | 526 |
| 527 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. | |
| 528 'test-serialize/SerializeToplevelIsolates': [FAIL], | |
| 529 | |
| 530 # BUG(4333). Function name inferrer does not work for ES6 clases. | 527 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 531 'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 528 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
| 532 'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 529 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
| 533 | 530 |
| 534 # TODO(rmcilroy,4681): Requires support for generators. | 531 # TODO(rmcilroy,4681): Requires support for generators. |
| 535 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], | 532 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], |
| 536 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], | 533 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], |
| 537 'test-api/IsGeneratorFunctionOrObject': [FAIL], | 534 'test-api/IsGeneratorFunctionOrObject': [FAIL], |
| 538 | 535 |
| 539 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry | 536 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry |
| (...skipping 23 matching lines...) Expand all Loading... |
| 563 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 560 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
| 564 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 561 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 565 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 562 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 566 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 563 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 567 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 564 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 568 'test-run-inlining/InlineTwice': [FAIL], | 565 'test-run-inlining/InlineTwice': [FAIL], |
| 569 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 566 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
| 570 }], # ignition == True | 567 }], # ignition == True |
| 571 | 568 |
| 572 ] | 569 ] |
| OLD | NEW |