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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 | 83 |
84 # Some tests are just too slow to run for now. | 84 # Some tests are just too slow to run for now. |
85 'test-api/Threading*': [PASS, NO_VARIANTS], | 85 'test-api/Threading*': [PASS, NO_VARIANTS], |
86 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 86 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
87 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 87 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
90 # BUG(3742). | 90 # BUG(3742). |
91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
92 | 92 |
93 # Support for %GetFrameDetails is missing and requires checkpoints. | 93 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. |
94 'test-api/Regress385349': [PASS, NO_VARIANTS], | 94 'test-api/ApiUncaughtExceptionInObjectObserve': [PASS, NO_VARIANTS], |
95 'test-debug/DebuggerStatement': [PASS, NO_VARIANTS], | 95 'test-api/GetPrototypeAccessControl': [PASS, NO_VARIANTS], |
96 'test-debug/DebuggerStatementBreakpoint': [PASS, NO_VARIANTS], | 96 'test-api/Regress93759': [PASS, NO_VARIANTS], |
97 'test-debug/DebugEvaluateWithCodeGenerationDisallowed': [PASS, NO_VARIANTS], | 97 'test-debug/DebugBreakOnExceptionInObserveCallback': [PASS, NO_VARIANTS], |
98 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], | 98 'test-object-observe/DeliveryCallbackThrows': [PASS, NO_VARIANTS], |
99 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], | 99 'test-js-typed-lowering/JSToNumberOfNumberOrOtherPrimitive': [PASS, NO_VARIANT
S], |
100 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], | |
101 'test-debug/ScriptNameAndData': [PASS, NO_VARIANTS], | |
102 'test-debug/ContextData': [PASS, NO_VARIANTS], | |
103 'test-debug/DebugBreakInMessageHandler': [PASS, NO_VARIANTS], | |
104 'test-debug/CallFunctionInDebugger': [PASS, NO_VARIANTS], | |
105 'test-debug/CallingContextIsNotDebugContext': [PASS, NO_VARIANTS], | |
106 'test-debug/DebugEventContext': [PASS, NO_VARIANTS], | |
107 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS], | |
108 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS], | |
109 'test-debug/DebugBreak': [PASS, NO_VARIANTS], | |
110 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS], | |
111 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], | |
112 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], | |
113 'test-debug/DisableBreak': [PASS, NO_VARIANTS], | |
114 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], | |
115 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], | |
116 | 100 |
117 # TODO(titzer): Triggers bug in late control reduction. | 101 # TODO(titzer): Triggers bug in late control reduction. |
118 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], | 102 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], |
119 | 103 |
120 ############################################################################ | 104 ############################################################################ |
121 # Slow tests. | 105 # Slow tests. |
122 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 106 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
123 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 107 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
124 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 108 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
125 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 109 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'test-api/Float32Array' : [SKIP], | 400 'test-api/Float32Array' : [SKIP], |
417 'test-api/Float64Array' : [SKIP], | 401 'test-api/Float64Array' : [SKIP], |
418 'test-api/Regress2333' : [SKIP], | 402 'test-api/Regress2333' : [SKIP], |
419 'test-alloc/StressHandles' : [SKIP], | 403 'test-alloc/StressHandles' : [SKIP], |
420 'test-alloc/StressJS' : [SKIP], | 404 'test-alloc/StressJS' : [SKIP], |
421 'test-accessors/HandleScopePop' : [SKIP], | 405 'test-accessors/HandleScopePop' : [SKIP], |
422 'test-accessors/Gc' : [SKIP], | 406 'test-accessors/Gc' : [SKIP], |
423 | 407 |
424 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 408 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
425 ] | 409 ] |
OLD | NEW |