| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], | 119 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], |
| 120 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], | 120 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], |
| 121 'test-debug/DisableBreak': [PASS, NO_VARIANTS], | 121 'test-debug/DisableBreak': [PASS, NO_VARIANTS], |
| 122 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], | 122 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], |
| 123 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], | 123 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], |
| 124 | 124 |
| 125 # TODO(mstarzinger): Investigate these failures. | 125 # TODO(mstarzinger): Investigate these failures. |
| 126 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], | 126 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], |
| 127 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], | 127 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], |
| 128 | 128 |
| 129 # TODO(titzer): Triggers bug in late control reduction. |
| 130 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], |
| 131 |
| 129 ############################################################################ | 132 ############################################################################ |
| 130 # Slow tests. | 133 # Slow tests. |
| 131 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 134 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 132 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 135 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 133 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 136 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 134 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 137 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 135 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 138 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 136 }], # ALWAYS | 139 }], # ALWAYS |
| 137 | 140 |
| 138 ############################################################################## | 141 ############################################################################## |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 'test-api/Float32Array' : [SKIP], | 428 'test-api/Float32Array' : [SKIP], |
| 426 'test-api/Float64Array' : [SKIP], | 429 'test-api/Float64Array' : [SKIP], |
| 427 'test-api/Regress2333' : [SKIP], | 430 'test-api/Regress2333' : [SKIP], |
| 428 'test-alloc/StressHandles' : [SKIP], | 431 'test-alloc/StressHandles' : [SKIP], |
| 429 'test-alloc/StressJS' : [SKIP], | 432 'test-alloc/StressJS' : [SKIP], |
| 430 'test-accessors/HandleScopePop' : [SKIP], | 433 'test-accessors/HandleScopePop' : [SKIP], |
| 431 'test-accessors/Gc' : [SKIP], | 434 'test-accessors/Gc' : [SKIP], |
| 432 | 435 |
| 433 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 436 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 434 ] | 437 ] |
| OLD | NEW |