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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], | 84 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], |
85 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], | 85 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], |
86 | 86 |
87 # BUG(3525). Test crashes flakily. | 87 # BUG(3525). Test crashes flakily. |
88 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | 88 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
89 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | 89 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], |
90 | 90 |
91 # Fails sometimes. | 91 # Fails sometimes. |
92 'test-debug/ProcessDebugMessagesThreaded': [PASS, FLAKY], | 92 'test-debug/ProcessDebugMessagesThreaded': [PASS, FLAKY], |
93 | 93 |
| 94 # BUG(2340). Preprocessing stack traces is disabled at the moment. |
| 95 'test-heap/PreprocessStackTrace': [FAIL], |
| 96 |
94 ############################################################################## | 97 ############################################################################## |
95 # TurboFan compiler failures. | 98 # TurboFan compiler failures. |
96 | 99 |
97 # TODO(mstarzinger): control edges are messed up in exception tests. | 100 # TODO(mstarzinger): control edges are messed up in exception tests. |
98 'test-run-jsexceptions/*': [PASS, NO_VARIANTS], | 101 'test-run-jsexceptions/*': [PASS, NO_VARIANTS], |
99 | 102 |
100 # Some tests are just too slow to run for now. | 103 # Some tests are just too slow to run for now. |
101 'test-api/Threading*': [PASS, NO_VARIANTS], | 104 'test-api/Threading*': [PASS, NO_VARIANTS], |
102 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 105 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
103 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 106 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 ############################################################################## | 424 ############################################################################## |
422 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 425 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
423 | 426 |
424 # Pass but take too long with the simulator. | 427 # Pass but take too long with the simulator. |
425 'test-api/Threading1': [PASS, SLOW], | 428 'test-api/Threading1': [PASS, SLOW], |
426 'test-api/Threading2': [PASS, SLOW], | 429 'test-api/Threading2': [PASS, SLOW], |
427 'test-api/ExternalArrays': [PASS, SLOW], | 430 'test-api/ExternalArrays': [PASS, SLOW], |
428 | 431 |
429 }], # 'arch == ppc64 and simulator_run == True' | 432 }], # 'arch == ppc64 and simulator_run == True' |
430 ] | 433 ] |
OLD | NEW |