| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 ############################################################################## | 81 ############################################################################## |
| 82 # TurboFan compiler failures. | 82 # TurboFan compiler failures. |
| 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 | 90 |
| 91 # Support for breakpoints requires using LoadICs and StoreICs. | |
| 92 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], | |
| 93 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS], | |
| 94 'test-debug/BreakPointICCall': [PASS, NO_VARIANTS], | |
| 95 'test-debug/BreakPointICCallWithGC': [PASS, NO_VARIANTS], | |
| 96 'test-debug/BreakPointConstructCallWithGC': [PASS, NO_VARIANTS], | |
| 97 'test-debug/BreakPointReturn': [PASS, NO_VARIANTS], | |
| 98 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], | |
| 99 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS], | |
| 100 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS], | |
| 101 'test-debug/DebugStepLinear': [PASS, NO_VARIANTS], | |
| 102 'test-debug/DebugStepKeyedLoadLoop': [PASS, NO_VARIANTS], | |
| 103 'test-debug/DebugStepKeyedStoreLoop': [PASS, NO_VARIANTS], | |
| 104 'test-debug/DebugStepNamedLoadLoop': [PASS, NO_VARIANTS], | |
| 105 'test-debug/DebugStepNamedStoreLoop': [PASS, NO_VARIANTS], | |
| 106 'test-debug/DebugStepLinearMixedICs': [PASS, NO_VARIANTS], | |
| 107 'test-debug/DebugStepDeclarations': [PASS, NO_VARIANTS], | |
| 108 'test-debug/DebugStepLocals': [PASS, NO_VARIANTS], | |
| 109 'test-debug/DebugStepIf': [PASS, NO_VARIANTS], | |
| 110 'test-debug/DebugStepSwitch': [PASS, NO_VARIANTS], | |
| 111 'test-debug/DebugStepWhile': [PASS, NO_VARIANTS], | |
| 112 'test-debug/DebugStepDoWhile': [PASS, NO_VARIANTS], | |
| 113 'test-debug/DebugStepFor': [PASS, NO_VARIANTS], | |
| 114 'test-debug/DebugStepForContinue': [PASS, NO_VARIANTS], | |
| 115 'test-debug/DebugStepForBreak': [PASS, NO_VARIANTS], | |
| 116 'test-debug/DebugStepForIn': [PASS, NO_VARIANTS], | |
| 117 'test-debug/DebugStepWith': [PASS, NO_VARIANTS], | |
| 118 'test-debug/DebugConditional': [PASS, NO_VARIANTS], | |
| 119 'test-debug/StepInOutSimple': [PASS, NO_VARIANTS], | |
| 120 'test-debug/StepInOutTree': [PASS, NO_VARIANTS], | |
| 121 'test-debug/StepInOutBranch': [PASS, NO_VARIANTS], | |
| 122 'test-debug/DebugBreak': [PASS, NO_VARIANTS], | |
| 123 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], | |
| 124 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS], | |
| 125 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], | |
| 126 'test-debug/DisableBreak': [PASS, NO_VARIANTS], | |
| 127 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], | |
| 128 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS], | |
| 129 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], | |
| 130 | |
| 131 # Support for %GetFrameDetails is missing and requires checkpoints. | 91 # Support for %GetFrameDetails is missing and requires checkpoints. |
| 132 'test-api/Regress385349': [PASS, NO_VARIANTS], | 92 'test-api/Regress385349': [PASS, NO_VARIANTS], |
| 133 'test-debug/DebuggerStatement': [PASS, NO_VARIANTS], | 93 'test-debug/DebuggerStatement': [PASS, NO_VARIANTS], |
| 134 'test-debug/DebuggerStatementBreakpoint': [PASS, NO_VARIANTS], | 94 'test-debug/DebuggerStatementBreakpoint': [PASS, NO_VARIANTS], |
| 135 'test-debug/DebugEvaluateWithCodeGenerationDisallowed': [PASS, NO_VARIANTS], | 95 'test-debug/DebugEvaluateWithCodeGenerationDisallowed': [PASS, NO_VARIANTS], |
| 136 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], | 96 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], |
| 137 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], | 97 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], |
| 138 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], | 98 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], |
| 139 'test-debug/ScriptNameAndData': [PASS, NO_VARIANTS], | 99 'test-debug/ScriptNameAndData': [PASS, NO_VARIANTS], |
| 140 'test-debug/ContextData': [PASS, NO_VARIANTS], | 100 'test-debug/ContextData': [PASS, NO_VARIANTS], |
| 141 'test-debug/DebugBreakInMessageHandler': [PASS, NO_VARIANTS], | 101 'test-debug/DebugBreakInMessageHandler': [PASS, NO_VARIANTS], |
| 142 'test-debug/CallFunctionInDebugger': [PASS, NO_VARIANTS], | 102 'test-debug/CallFunctionInDebugger': [PASS, NO_VARIANTS], |
| 143 'test-debug/CallingContextIsNotDebugContext': [PASS, NO_VARIANTS], | 103 'test-debug/CallingContextIsNotDebugContext': [PASS, NO_VARIANTS], |
| 144 'test-debug/DebugEventContext': [PASS, NO_VARIANTS], | 104 'test-debug/DebugEventContext': [PASS, NO_VARIANTS], |
| 145 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS], | 105 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS], |
| 106 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS], |
| 107 'test-debug/DebugBreak': [PASS, NO_VARIANTS], |
| 108 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS], |
| 109 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], |
| 110 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], |
| 111 'test-debug/DisableBreak': [PASS, NO_VARIANTS], |
| 112 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], |
| 113 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], |
| 146 | 114 |
| 147 ############################################################################ | 115 ############################################################################ |
| 148 # Slow tests. | 116 # Slow tests. |
| 149 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 117 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 150 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 118 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 151 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 119 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 152 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 120 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 153 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 121 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 154 }], # ALWAYS | 122 }], # ALWAYS |
| 155 | 123 |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'test-api/Float32Array' : [SKIP], | 414 'test-api/Float32Array' : [SKIP], |
| 447 'test-api/Float64Array' : [SKIP], | 415 'test-api/Float64Array' : [SKIP], |
| 448 'test-api/Regress2333' : [SKIP], | 416 'test-api/Regress2333' : [SKIP], |
| 449 'test-alloc/StressHandles' : [SKIP], | 417 'test-alloc/StressHandles' : [SKIP], |
| 450 'test-alloc/StressJS' : [SKIP], | 418 'test-alloc/StressJS' : [SKIP], |
| 451 'test-accessors/HandleScopePop' : [SKIP], | 419 'test-accessors/HandleScopePop' : [SKIP], |
| 452 'test-accessors/Gc' : [SKIP], | 420 'test-accessors/Gc' : [SKIP], |
| 453 | 421 |
| 454 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 422 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 455 ] | 423 ] |
| OLD | NEW |