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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 test-api/OutOfMemoryNested: SKIP | 52 test-api/OutOfMemoryNested: SKIP |
53 | 53 |
54 # BUG(355): Test crashes on ARM. | 54 # BUG(355): Test crashes on ARM. |
55 test-log/ProfLazyMode: SKIP | 55 test-log/ProfLazyMode: SKIP |
56 | 56 |
57 [ $arch == mips ] | 57 [ $arch == mips ] |
58 test-accessors: SKIP | 58 test-accessors: SKIP |
59 test-alloc: SKIP | 59 test-alloc: SKIP |
60 test-api: SKIP | 60 test-api: SKIP |
61 test-compiler: SKIP | 61 test-compiler: SKIP |
| 62 test-cpu-profiler: SKIP |
62 test-debug: SKIP | 63 test-debug: SKIP |
63 test-decls: SKIP | 64 test-decls: SKIP |
64 test-func-name-inference: SKIP | 65 test-func-name-inference: SKIP |
65 test-heap: SKIP | 66 test-heap: SKIP |
66 test-heap-profiler: SKIP | 67 test-heap-profiler: SKIP |
67 test-log: SKIP | 68 test-log: SKIP |
68 test-log-utils: SKIP | 69 test-log-utils: SKIP |
69 test-mark-compact: SKIP | 70 test-mark-compact: SKIP |
70 test-regexp: SKIP | 71 test-regexp: SKIP |
71 test-serialize: SKIP | 72 test-serialize: SKIP |
72 test-sockets: SKIP | 73 test-sockets: SKIP |
73 test-strings: SKIP | 74 test-strings: SKIP |
74 test-threads: SKIP | 75 test-threads: SKIP |
75 test-thread-termination: SKIP | 76 test-thread-termination: SKIP |
OLD | NEW |