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 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], | 87 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], |
88 'test-debug/MessageQueues': [PASS, NO_VARIANTS], | 88 'test-debug/MessageQueues': [PASS, NO_VARIANTS], |
89 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], | 89 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], |
90 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], | 90 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], |
91 | 91 |
92 # TODO(dcarney): C calls are broken all over the place. | 92 # TODO(dcarney): C calls are broken all over the place. |
93 'test-run-machops/RunCall*': [SKIP], | 93 'test-run-machops/RunCall*': [SKIP], |
94 'test-run-machops/RunLoadImmIndex': [SKIP], | 94 'test-run-machops/RunLoadImmIndex': [SKIP], |
95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], | 95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], |
96 | 96 |
| 97 # TODO(sigurds): The schedule is borked with multiple inlinees. |
| 98 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], |
| 99 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], |
| 100 |
97 # Some tests are just too slow to run for now. | 101 # Some tests are just too slow to run for now. |
98 'test-api/Threading*': [PASS, NO_VARIANTS], | 102 'test-api/Threading*': [PASS, NO_VARIANTS], |
99 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 103 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
100 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 104 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
101 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 105 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
102 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 106 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
103 | 107 |
104 # Support for breakpoints requires using LoadICs and StoreICs. | 108 # Support for breakpoints requires using LoadICs and StoreICs. |
105 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], | 109 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], |
106 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS], | 110 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS], |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 'test-api/Float32Array' : [SKIP], | 466 'test-api/Float32Array' : [SKIP], |
463 'test-api/Float64Array' : [SKIP], | 467 'test-api/Float64Array' : [SKIP], |
464 'test-api/Regress2333' : [SKIP], | 468 'test-api/Regress2333' : [SKIP], |
465 'test-alloc/StressHandles' : [SKIP], | 469 'test-alloc/StressHandles' : [SKIP], |
466 'test-alloc/StressJS' : [SKIP], | 470 'test-alloc/StressJS' : [SKIP], |
467 'test-accessors/HandleScopePop' : [SKIP], | 471 'test-accessors/HandleScopePop' : [SKIP], |
468 'test-accessors/Gc' : [SKIP], | 472 'test-accessors/Gc' : [SKIP], |
469 | 473 |
470 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 474 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
471 ] | 475 ] |
OLD | NEW |