| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS], | 107 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS], |
| 108 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS], | 108 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS], |
| 109 'test-debug/DebugBreak': [PASS, NO_VARIANTS], | 109 'test-debug/DebugBreak': [PASS, NO_VARIANTS], |
| 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(mstarzinger): Investigate these failures. | |
| 118 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], | |
| 119 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], | |
| 120 | |
| 121 # TODO(titzer): Triggers bug in late control reduction. | 117 # TODO(titzer): Triggers bug in late control reduction. |
| 122 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], | 118 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], |
| 123 | 119 |
| 124 ############################################################################ | 120 ############################################################################ |
| 125 # Slow tests. | 121 # Slow tests. |
| 126 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 122 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 127 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 123 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 128 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 124 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 129 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 125 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 130 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 126 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 'test-api/Float32Array' : [SKIP], | 416 'test-api/Float32Array' : [SKIP], |
| 421 'test-api/Float64Array' : [SKIP], | 417 'test-api/Float64Array' : [SKIP], |
| 422 'test-api/Regress2333' : [SKIP], | 418 'test-api/Regress2333' : [SKIP], |
| 423 'test-alloc/StressHandles' : [SKIP], | 419 'test-alloc/StressHandles' : [SKIP], |
| 424 'test-alloc/StressJS' : [SKIP], | 420 'test-alloc/StressJS' : [SKIP], |
| 425 'test-accessors/HandleScopePop' : [SKIP], | 421 'test-accessors/HandleScopePop' : [SKIP], |
| 426 'test-accessors/Gc' : [SKIP], | 422 'test-accessors/Gc' : [SKIP], |
| 427 | 423 |
| 428 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 424 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 429 ] | 425 ] |
| OLD | NEW |