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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
502 | 502 |
503 # Pass but take too long with the simulator. | 503 # Pass but take too long with the simulator. |
504 'test-api/Threading1': [PASS, SLOW], | 504 'test-api/Threading1': [PASS, SLOW], |
505 'test-api/Threading2': [PASS, SLOW], | 505 'test-api/Threading2': [PASS, SLOW], |
506 'test-api/ExternalArrays': [PASS, SLOW], | 506 'test-api/ExternalArrays': [PASS, SLOW], |
507 | 507 |
508 }], # 'arch == ppc64 and simulator_run == True' | 508 }], # 'arch == ppc64 and simulator_run == True' |
509 | 509 |
510 ############################################################################## | 510 ############################################################################## |
511 ['ignition == True', { | 511 ['ignition == True', { |
512 # TODO(yangguo,4690): Test failures in debugger tests. | |
vogelheim
2016/03/15 09:51:51
This makes me happy!
rmcilroy
2016/03/15 10:30:51
Yay \o/
| |
513 'test-debug/DebugStepNamedLoadLoop': [FAIL], | |
514 'test-debug/DebugStepForIn': [FAIL], | |
515 'test-debug/DebugStepDoWhile': [FAIL], | |
516 'test-debug/DebugConditional': [FAIL], | |
517 | |
518 # BUG(4333). Function name inferrer does not work for ES6 clases. | 512 # BUG(4333). Function name inferrer does not work for ES6 clases. |
519 'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 513 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
520 'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 514 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
521 | 515 |
522 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry | 516 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry |
523 'test-api/SetFunctionEntryHook': [FAIL], | 517 'test-api/SetFunctionEntryHook': [FAIL], |
524 | 518 |
525 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). | 519 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). |
526 'test-heap/TestCodeFlushingPreAged': [FAIL], | 520 'test-heap/TestCodeFlushingPreAged': [FAIL], |
527 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 521 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
(...skipping 27 matching lines...) Expand all Loading... | |
555 | 549 |
556 # TODO(mythria,4680): Incorrect column number on eval. | 550 # TODO(mythria,4680): Incorrect column number on eval. |
557 'test-api/PromiseRejectCallback': [FAIL], | 551 'test-api/PromiseRejectCallback': [FAIL], |
558 | 552 |
559 # TODO(rmcilroy,4680): Test assert errors. | 553 # TODO(rmcilroy,4680): Test assert errors. |
560 'test-run-inlining/InlineTwice': [FAIL], | 554 'test-run-inlining/InlineTwice': [FAIL], |
561 | 555 |
562 }], # ignition == True | 556 }], # ignition == True |
563 | 557 |
564 ] | 558 ] |
OLD | NEW |