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