| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'test-cpu-profiler/BoundFunctionCall': [SKIP], | 89 'test-cpu-profiler/BoundFunctionCall': [SKIP], |
| 90 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], | 90 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], |
| 91 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 91 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 92 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], | 92 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], |
| 93 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], | 93 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], |
| 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 # Fails sometimes. | 99 # BUG(v8:4358). Hangs flakily. |
| 100 'test-debug/ProcessDebugMessagesThreaded': [PASS, FLAKY], | 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 | 104 |
| 105 # BUG(4333). Function name inferrer does not work for ES6 clases. | 105 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 106 'test-func-name-inference/UpperCaseClass': [FAIL], | 106 'test-func-name-inference/UpperCaseClass': [FAIL], |
| 107 'test-func-name-inference/LowerCaseClass': [FAIL], | 107 'test-func-name-inference/LowerCaseClass': [FAIL], |
| 108 | 108 |
| 109 ############################################################################## | 109 ############################################################################## |
| 110 # TurboFan compiler failures. | 110 # TurboFan compiler failures. |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 ############################################################################## | 466 ############################################################################## |
| 467 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 467 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 468 | 468 |
| 469 # Pass but take too long with the simulator. | 469 # Pass but take too long with the simulator. |
| 470 'test-api/Threading1': [PASS, SLOW], | 470 'test-api/Threading1': [PASS, SLOW], |
| 471 'test-api/Threading2': [PASS, SLOW], | 471 'test-api/Threading2': [PASS, SLOW], |
| 472 'test-api/ExternalArrays': [PASS, SLOW], | 472 'test-api/ExternalArrays': [PASS, SLOW], |
| 473 | 473 |
| 474 }], # 'arch == ppc64 and simulator_run == True' | 474 }], # 'arch == ppc64 and simulator_run == True' |
| 475 ] | 475 ] |
| OLD | NEW |