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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 test-log/ProfLazyMode: SKIP | 95 test-log/ProfLazyMode: SKIP |
96 | 96 |
97 # BUG(945): Socket connect fails on ARM | 97 # BUG(945): Socket connect fails on ARM |
98 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 98 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
99 test-sockets/Socket: SKIP | 99 test-sockets/Socket: SKIP |
100 | 100 |
101 | 101 |
102 ############################################################################## | 102 ############################################################################## |
103 [ $arch == arm && $crankshaft ] | 103 [ $arch == arm && $crankshaft ] |
104 | 104 |
105 # Tests that can fail with crankshaft. | |
106 test-deoptimization/DeoptimizeBinaryOperationMOD: PASS || FAIL | |
107 test-deoptimization/DeoptimizeBinaryOperationDIV: PASS || FAIL | |
108 | |
109 # Tests that time out with crankshaft. | 105 # Tests that time out with crankshaft. |
110 test-debug/ThreadedDebugging: SKIP | 106 test-debug/ThreadedDebugging: SKIP |
111 test-debug/DebugBreakLoop: SKIP | 107 test-debug/DebugBreakLoop: SKIP |
112 | 108 |
113 | 109 |
114 ############################################################################## | 110 ############################################################################## |
115 [ $arch == mips ] | 111 [ $arch == mips ] |
116 test-accessors: SKIP | 112 test-accessors: SKIP |
117 test-alloc: SKIP | 113 test-alloc: SKIP |
118 test-api: SKIP | 114 test-api: SKIP |
119 test-compiler: SKIP | 115 test-compiler: SKIP |
120 test-cpu-profiler: SKIP | 116 test-cpu-profiler: SKIP |
121 test-debug: SKIP | 117 test-debug: SKIP |
122 test-decls: SKIP | 118 test-decls: SKIP |
123 test-func-name-inference: SKIP | 119 test-func-name-inference: SKIP |
124 test-heap: SKIP | 120 test-heap: SKIP |
125 test-heap-profiler: SKIP | 121 test-heap-profiler: SKIP |
126 test-log: SKIP | 122 test-log: SKIP |
127 test-log-utils: SKIP | 123 test-log-utils: SKIP |
128 test-mark-compact: SKIP | 124 test-mark-compact: SKIP |
129 test-regexp: SKIP | 125 test-regexp: SKIP |
130 test-serialize: SKIP | 126 test-serialize: SKIP |
131 test-sockets: SKIP | 127 test-sockets: SKIP |
132 test-strings: SKIP | 128 test-strings: SKIP |
133 test-threads: SKIP | 129 test-threads: SKIP |
134 test-thread-termination: SKIP | 130 test-thread-termination: SKIP |
OLD | NEW |