| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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. | 94 # BUG(2340). Preprocessing stack traces is disabled at the moment. |
| 95 'test-heap/PreprocessStackTrace': [FAIL], | 95 'test-heap/PreprocessStackTrace': [FAIL], |
| 96 | 96 |
| 97 ############################################################################## | 97 ############################################################################## |
| 98 # TurboFan compiler failures. | 98 # TurboFan compiler failures. |
| 99 | 99 |
| 100 # TODO(mstarzinger): control edges are messed up in exception tests. | |
| 101 'test-run-jsexceptions/*': [PASS, NO_VARIANTS], | |
| 102 | |
| 103 # Some tests are just too slow to run for now. | 100 # Some tests are just too slow to run for now. |
| 104 'test-api/Threading*': [PASS, NO_VARIANTS], | 101 'test-api/Threading*': [PASS, NO_VARIANTS], |
| 105 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 102 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
| 106 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 103 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
| 107 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], | 104 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], |
| 108 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 105 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
| 109 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 106 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
| 110 # BUG(3742). | 107 # BUG(3742). |
| 111 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 108 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
| 112 | 109 |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 ############################################################################## | 431 ############################################################################## |
| 435 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 432 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 436 | 433 |
| 437 # Pass but take too long with the simulator. | 434 # Pass but take too long with the simulator. |
| 438 'test-api/Threading1': [PASS, SLOW], | 435 'test-api/Threading1': [PASS, SLOW], |
| 439 'test-api/Threading2': [PASS, SLOW], | 436 'test-api/Threading2': [PASS, SLOW], |
| 440 'test-api/ExternalArrays': [PASS, SLOW], | 437 'test-api/ExternalArrays': [PASS, SLOW], |
| 441 | 438 |
| 442 }], # 'arch == ppc64 and simulator_run == True' | 439 }], # 'arch == ppc64 and simulator_run == True' |
| 443 ] | 440 ] |
| OLD | NEW |