| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS], | 110 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS], |
| 111 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], | 111 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], |
| 112 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], | 112 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], |
| 113 'test-debug/DisableBreak': [PASS, NO_VARIANTS], | 113 'test-debug/DisableBreak': [PASS, NO_VARIANTS], |
| 114 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], | 114 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], |
| 115 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], | 115 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], |
| 116 | 116 |
| 117 # TODO(titzer): Triggers bug in late control reduction. | 117 # TODO(titzer): Triggers bug in late control reduction. |
| 118 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], | 118 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], |
| 119 | 119 |
| 120 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue. |
| 121 'test-mark-compact/MarkingDeque': [SKIP], |
| 122 |
| 120 ############################################################################ | 123 ############################################################################ |
| 121 # Slow tests. | 124 # Slow tests. |
| 122 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 125 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 123 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 126 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 124 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 127 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 125 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 128 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 126 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 129 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 127 }], # ALWAYS | 130 }], # ALWAYS |
| 128 | 131 |
| 129 ############################################################################## | 132 ############################################################################## |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 'test-api/Float32Array' : [SKIP], | 419 'test-api/Float32Array' : [SKIP], |
| 417 'test-api/Float64Array' : [SKIP], | 420 'test-api/Float64Array' : [SKIP], |
| 418 'test-api/Regress2333' : [SKIP], | 421 'test-api/Regress2333' : [SKIP], |
| 419 'test-alloc/StressHandles' : [SKIP], | 422 'test-alloc/StressHandles' : [SKIP], |
| 420 'test-alloc/StressJS' : [SKIP], | 423 'test-alloc/StressJS' : [SKIP], |
| 421 'test-accessors/HandleScopePop' : [SKIP], | 424 'test-accessors/HandleScopePop' : [SKIP], |
| 422 'test-accessors/Gc' : [SKIP], | 425 'test-accessors/Gc' : [SKIP], |
| 423 | 426 |
| 424 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 427 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 425 ] | 428 ] |
| OLD | NEW |