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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 ############################################################################## | 74 ############################################################################## |
75 [ $arch == arm && $crankshaft ] | 75 [ $arch == arm && $crankshaft ] |
76 | 76 |
77 # Tests that time out with crankshaft. | 77 # Tests that time out with crankshaft. |
78 test-debug/ThreadedDebugging: SKIP | 78 test-debug/ThreadedDebugging: SKIP |
79 test-debug/DebugBreakLoop: SKIP | 79 test-debug/DebugBreakLoop: SKIP |
80 | 80 |
81 | 81 |
82 ############################################################################## | 82 ############################################################################## |
83 [ $arch == mips ] | 83 [ $arch == mips ] |
84 test-accessors: SKIP | |
85 test-alloc: SKIP | |
86 test-api: SKIP | |
87 test-compiler: SKIP | |
88 test-cpu-profiler: SKIP | |
89 test-debug: SKIP | |
90 test-decls: SKIP | |
91 test-deoptimization: SKIP | 84 test-deoptimization: SKIP |
92 test-func-name-inference: SKIP | |
93 test-heap: SKIP | |
94 test-heap-profiler: SKIP | |
95 test-lockers: SKIP | |
96 test-log: SKIP | |
97 test-log-utils: SKIP | |
98 test-mark-compact: SKIP | |
99 test-parsing: SKIP | |
100 test-profile-generator: SKIP | |
101 test-regexp: SKIP | |
102 test-serialize: SKIP | 85 test-serialize: SKIP |
103 test-sockets: SKIP | |
104 test-strings: SKIP | |
105 test-threads: SKIP | |
106 test-thread-termination: SKIP | |
OLD | NEW |