OLD | NEW |
1 # Copyright 2008 the V8 project authors. All rights reserved. | 1 # Copyright 2008 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 test-log/ProfLazyMode: SKIP | 73 test-log/ProfLazyMode: SKIP |
74 | 74 |
75 # BUG(945): Socket connect fails on ARM | 75 # BUG(945): Socket connect fails on ARM |
76 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 76 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
77 test-sockets/Socket: SKIP | 77 test-sockets/Socket: SKIP |
78 | 78 |
79 | 79 |
80 ############################################################################## | 80 ############################################################################## |
81 [ $arch == arm && $crankshaft ] | 81 [ $arch == arm && $crankshaft ] |
82 | 82 |
83 # Tests that fail with crankshaft. | 83 # Tests that can fail with crankshaft. |
84 test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL | 84 test-deoptimization/DeoptimizeBinaryOperationMOD: PASS || FAIL |
85 test-deoptimization/DeoptimizeBinaryOperationDIV: FAIL | 85 test-deoptimization/DeoptimizeBinaryOperationDIV: PASS || FAIL |
86 | 86 |
87 # Tests that time out with crankshaft. | 87 # Tests that time out with crankshaft. |
88 test-debug/ThreadedDebugging: SKIP | 88 test-debug/ThreadedDebugging: SKIP |
89 test-debug/DebugBreakLoop: SKIP | 89 test-debug/DebugBreakLoop: SKIP |
90 | 90 |
91 | 91 |
92 ############################################################################## | 92 ############################################################################## |
93 [ $arch == mips ] | 93 [ $arch == mips ] |
94 test-accessors: SKIP | 94 test-accessors: SKIP |
95 test-alloc: SKIP | 95 test-alloc: SKIP |
96 test-api: SKIP | 96 test-api: SKIP |
97 test-compiler: SKIP | 97 test-compiler: SKIP |
98 test-cpu-profiler: SKIP | 98 test-cpu-profiler: SKIP |
99 test-debug: SKIP | 99 test-debug: SKIP |
100 test-decls: SKIP | 100 test-decls: SKIP |
101 test-func-name-inference: SKIP | 101 test-func-name-inference: SKIP |
102 test-heap: SKIP | 102 test-heap: SKIP |
103 test-heap-profiler: SKIP | 103 test-heap-profiler: SKIP |
104 test-log: SKIP | 104 test-log: SKIP |
105 test-log-utils: SKIP | 105 test-log-utils: SKIP |
106 test-mark-compact: SKIP | 106 test-mark-compact: SKIP |
107 test-regexp: SKIP | 107 test-regexp: SKIP |
108 test-serialize: SKIP | 108 test-serialize: SKIP |
109 test-sockets: SKIP | 109 test-sockets: SKIP |
110 test-strings: SKIP | 110 test-strings: SKIP |
111 test-threads: SKIP | 111 test-threads: SKIP |
112 test-thread-termination: SKIP | 112 test-thread-termination: SKIP |
OLD | NEW |