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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'test-cpu-profiler/*': [PASS, FLAKY], | 73 'test-cpu-profiler/*': [PASS, FLAKY], |
74 'test-cpu-profiler/*': [SKIP], | 74 'test-cpu-profiler/*': [SKIP], |
75 | 75 |
76 # BUG(3525). Test crashes flakily. | 76 # BUG(3525). Test crashes flakily. |
77 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | 77 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
78 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | 78 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], |
79 | 79 |
80 ############################################################################## | 80 ############################################################################## |
81 # TurboFan compiler failures. | 81 # TurboFan compiler failures. |
82 | 82 |
83 # Scheduler cannot handle free-floating loops yet | |
84 'test-run-inlining/InlineLoop': [SKIP], | |
85 | |
86 # TODO(dcarney): C calls are broken all over the place. | 83 # TODO(dcarney): C calls are broken all over the place. |
87 'test-run-machops/RunCall*': [SKIP], | 84 'test-run-machops/RunCall*': [SKIP], |
88 'test-run-machops/RunLoadImmIndex': [SKIP], | 85 'test-run-machops/RunLoadImmIndex': [SKIP], |
89 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], | 86 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], |
90 | 87 |
91 # TODO(sigurds): The schedule is borked with multiple inlinees. | 88 # TODO(sigurds): The schedule is borked with multiple inlinees, |
| 89 # and cannot handle free-floating loops yet |
92 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], | 90 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], |
93 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], | 91 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], |
| 92 'test-run-inlining/InlineLoop': [SKIP], |
94 | 93 |
95 # Some tests are just too slow to run for now. | 94 # Some tests are just too slow to run for now. |
96 'test-api/Threading*': [PASS, NO_VARIANTS], | 95 'test-api/Threading*': [PASS, NO_VARIANTS], |
97 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 96 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
98 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 97 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
99 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 98 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
100 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 99 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
101 | 100 |
102 # Support for breakpoints requires using LoadICs and StoreICs. | 101 # Support for breakpoints requires using LoadICs and StoreICs. |
103 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], | 102 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 'test-api/Float32Array' : [SKIP], | 446 'test-api/Float32Array' : [SKIP], |
448 'test-api/Float64Array' : [SKIP], | 447 'test-api/Float64Array' : [SKIP], |
449 'test-api/Regress2333' : [SKIP], | 448 'test-api/Regress2333' : [SKIP], |
450 'test-alloc/StressHandles' : [SKIP], | 449 'test-alloc/StressHandles' : [SKIP], |
451 'test-alloc/StressJS' : [SKIP], | 450 'test-alloc/StressJS' : [SKIP], |
452 'test-accessors/HandleScopePop' : [SKIP], | 451 'test-accessors/HandleScopePop' : [SKIP], |
453 'test-accessors/Gc' : [SKIP], | 452 'test-accessors/Gc' : [SKIP], |
454 | 453 |
455 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 454 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
456 ] | 455 ] |
OLD | NEW |