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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ############################################################################## | 94 ############################################################################## |
95 # TurboFan compiler failures. | 95 # TurboFan compiler failures. |
96 | 96 |
| 97 # TODO(mstarzinger): control edges are messed up in exception tests. |
| 98 'test-run-jsexceptions/*': [PASS, NO_VARIANTS], |
| 99 |
97 # Some tests are just too slow to run for now. | 100 # Some tests are just too slow to run for now. |
98 'test-api/Threading*': [PASS, NO_VARIANTS], | 101 'test-api/Threading*': [PASS, NO_VARIANTS], |
99 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 102 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
100 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 103 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
101 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], | 104 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], |
102 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 105 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
103 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 106 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
104 # BUG(3742). | 107 # BUG(3742). |
105 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 108 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
106 | 109 |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 ############################################################################## | 415 ############################################################################## |
413 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 416 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
414 | 417 |
415 # Pass but take too long with the simulator. | 418 # Pass but take too long with the simulator. |
416 'test-api/Threading1': [PASS, SLOW], | 419 'test-api/Threading1': [PASS, SLOW], |
417 'test-api/Threading2': [PASS, SLOW], | 420 'test-api/Threading2': [PASS, SLOW], |
418 'test-api/ExternalArrays': [PASS, SLOW], | 421 'test-api/ExternalArrays': [PASS, SLOW], |
419 | 422 |
420 }], # 'arch == ppc64 and simulator_run == True' | 423 }], # 'arch == ppc64 and simulator_run == True' |
421 ] | 424 ] |
OLD | NEW |