| 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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 'test-api/Threading2': [PASS, SLOW], | 497 'test-api/Threading2': [PASS, SLOW], |
| 498 'test-api/ExternalArrays': [PASS, SLOW], | 498 'test-api/ExternalArrays': [PASS, SLOW], |
| 499 | 499 |
| 500 }], # 'arch == ppc64 and simulator_run == True' | 500 }], # 'arch == ppc64 and simulator_run == True' |
| 501 | 501 |
| 502 ############################################################################## | 502 ############################################################################## |
| 503 ['ignition == True', { | 503 ['ignition == True', { |
| 504 # TODO(yangguo,4690): Test failures in debugger tests. | 504 # TODO(yangguo,4690): Test failures in debugger tests. |
| 505 'test-debug/DebugStepKeyedLoadLoop': [FAIL], | 505 'test-debug/DebugStepKeyedLoadLoop': [FAIL], |
| 506 'test-debug/DebugStepKeyedStoreLoop': [FAIL], | 506 'test-debug/DebugStepKeyedStoreLoop': [FAIL], |
| 507 'test-debug/DebugStepIf': [FAIL], | |
| 508 'test-debug/DebugStepNamedLoadLoop': [FAIL], | 507 'test-debug/DebugStepNamedLoadLoop': [FAIL], |
| 509 'test-debug/BreakPointConstructCallWithGC': [PASS, FAIL], | 508 'test-debug/BreakPointConstructCallWithGC': [PASS, FAIL], |
| 510 'test-debug/DebugStepNamedStoreLoop': [FAIL], | 509 'test-debug/DebugStepNamedStoreLoop': [FAIL], |
| 511 'test-debug/DebugStepSwitch': [FAIL], | 510 'test-debug/DebugStepSwitch': [FAIL], |
| 512 'test-debug/DebugStepWhile': [FAIL], | 511 'test-debug/DebugStepWhile': [FAIL], |
| 513 'test-debug/DebugStepFor': [FAIL], | 512 'test-debug/DebugStepFor': [FAIL], |
| 514 'test-debug/DebugStepForContinue': [FAIL], | 513 'test-debug/DebugStepForContinue': [FAIL], |
| 515 'test-debug/DebugStepForIn': [FAIL], | 514 'test-debug/DebugStepForIn': [FAIL], |
| 516 'test-debug/DebugStepDoWhile': [FAIL], | 515 'test-debug/DebugStepDoWhile': [FAIL], |
| 517 'test-debug/DebugConditional': [FAIL], | 516 'test-debug/DebugConditional': [FAIL], |
| 518 'test-debug/DebugStepForBreak': [FAIL], | 517 'test-debug/DebugStepForBreak': [FAIL], |
| 519 'test-debug/DebugStepWith': [FAIL], | 518 'test-debug/DebugStepWith': [FAIL], |
| 520 'test-debug/DebugStepFunctionApply': [FAIL], | |
| 521 'test-debug/StepInOutBranch': [FAIL], | |
| 522 'test-debug/DebugStepFunctionCall': [FAIL], | |
| 523 | 519 |
| 524 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. | 520 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. |
| 525 'test-serialize/SerializeToplevelIsolates': [FAIL], | 521 'test-serialize/SerializeToplevelIsolates': [FAIL], |
| 526 | 522 |
| 527 # BUG(4333). Function name inferrer does not work for ES6 clases. | 523 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 528 'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 524 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
| 529 'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 525 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
| 530 | 526 |
| 531 # TODO(rmcilroy,4681): Requires support for generators. | 527 # TODO(rmcilroy,4681): Requires support for generators. |
| 532 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], | 528 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 560 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 556 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
| 561 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 557 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 562 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 558 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 563 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 559 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 564 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 560 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 565 'test-run-inlining/InlineTwice': [FAIL], | 561 'test-run-inlining/InlineTwice': [FAIL], |
| 566 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 562 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
| 567 }], # ignition == True | 563 }], # ignition == True |
| 568 | 564 |
| 569 ] | 565 ] |
| OLD | NEW |