| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 | 94 |
| 95 # BUG(3525). Test crashes flakily. | 95 # BUG(3525). Test crashes flakily. |
| 96 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | 96 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
| 97 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | 97 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], |
| 98 | 98 |
| 99 # BUG(v8:4358). Hangs flakily. | 99 # BUG(v8:4358). Hangs flakily. |
| 100 'test-debug/ProcessDebugMessagesThreaded': [SKIP], | 100 'test-debug/ProcessDebugMessagesThreaded': [SKIP], |
| 101 | 101 |
| 102 # BUG(2340). Preprocessing stack traces is disabled at the moment. | 102 # BUG(2340). Preprocessing stack traces is disabled at the moment. |
| 103 'test-heap/PreprocessStackTrace': [FAIL], | 103 'test-heap/PreprocessStackTrace': [FAIL], |
| 104 'test-heap/PrototypeTransitionClearing': [FAIL], |
| 104 | 105 |
| 105 # BUG(4333). Function name inferrer does not work for ES6 clases. | 106 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 106 'test-func-name-inference/UpperCaseClass': [FAIL], | 107 'test-func-name-inference/UpperCaseClass': [FAIL], |
| 107 'test-func-name-inference/LowerCaseClass': [FAIL], | 108 'test-func-name-inference/LowerCaseClass': [FAIL], |
| 108 | 109 |
| 109 ############################################################################## | 110 ############################################################################## |
| 110 # TurboFan compiler failures. | 111 # TurboFan compiler failures. |
| 111 | 112 |
| 112 # Some tests are just too slow to run for now. | 113 # Some tests are just too slow to run for now. |
| 113 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 114 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 ############################################################################## | 467 ############################################################################## |
| 467 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 468 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 468 | 469 |
| 469 # Pass but take too long with the simulator. | 470 # Pass but take too long with the simulator. |
| 470 'test-api/Threading1': [PASS, SLOW], | 471 'test-api/Threading1': [PASS, SLOW], |
| 471 'test-api/Threading2': [PASS, SLOW], | 472 'test-api/Threading2': [PASS, SLOW], |
| 472 'test-api/ExternalArrays': [PASS, SLOW], | 473 'test-api/ExternalArrays': [PASS, SLOW], |
| 473 | 474 |
| 474 }], # 'arch == ppc64 and simulator_run == True' | 475 }], # 'arch == ppc64 and simulator_run == True' |
| 475 ] | 476 ] |
| OLD | NEW |