| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS], | 105 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS], |
| 106 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS], | 106 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS], |
| 107 'test-debug/DebugBreak': [PASS, NO_VARIANTS], | 107 'test-debug/DebugBreak': [PASS, NO_VARIANTS], |
| 108 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS], | 108 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS], |
| 109 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], | 109 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], |
| 110 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], | 110 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], |
| 111 'test-debug/DisableBreak': [PASS, NO_VARIANTS], | 111 'test-debug/DisableBreak': [PASS, NO_VARIANTS], |
| 112 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], | 112 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], |
| 113 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], | 113 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], |
| 114 | 114 |
| 115 # TODO(mstarzinger): Investigate these failures. |
| 116 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], |
| 117 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], |
| 118 |
| 115 ############################################################################ | 119 ############################################################################ |
| 116 # Slow tests. | 120 # Slow tests. |
| 117 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 121 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 118 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 122 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 119 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 123 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 120 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 124 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 121 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 125 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 122 }], # ALWAYS | 126 }], # ALWAYS |
| 123 | 127 |
| 124 ############################################################################## | 128 ############################################################################## |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 'test-api/Float32Array' : [SKIP], | 418 'test-api/Float32Array' : [SKIP], |
| 415 'test-api/Float64Array' : [SKIP], | 419 'test-api/Float64Array' : [SKIP], |
| 416 'test-api/Regress2333' : [SKIP], | 420 'test-api/Regress2333' : [SKIP], |
| 417 'test-alloc/StressHandles' : [SKIP], | 421 'test-alloc/StressHandles' : [SKIP], |
| 418 'test-alloc/StressJS' : [SKIP], | 422 'test-alloc/StressJS' : [SKIP], |
| 419 'test-accessors/HandleScopePop' : [SKIP], | 423 'test-accessors/HandleScopePop' : [SKIP], |
| 420 'test-accessors/Gc' : [SKIP], | 424 'test-accessors/Gc' : [SKIP], |
| 421 | 425 |
| 422 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 426 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 423 ] | 427 ] |
| OLD | NEW |