| 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 24 matching lines...) Expand all Loading... |
| 35 # BUG(382): Weird test. Can't guarantee that it never times out. | 35 # BUG(382): Weird test. Can't guarantee that it never times out. |
| 36 test-api/ApplyInterruption: PASS || TIMEOUT | 36 test-api/ApplyInterruption: PASS || TIMEOUT |
| 37 | 37 |
| 38 # These tests always fail. They are here to test test.py. If | 38 # These tests always fail. They are here to test test.py. If |
| 39 # they don't fail then test.py has failed. | 39 # they don't fail then test.py has failed. |
| 40 test-serialize/TestThatAlwaysFails: FAIL | 40 test-serialize/TestThatAlwaysFails: FAIL |
| 41 test-serialize/DependentTestThatAlwaysFails: FAIL | 41 test-serialize/DependentTestThatAlwaysFails: FAIL |
| 42 | 42 |
| 43 [ $arch == arm ] | 43 [ $arch == arm ] |
| 44 | 44 |
| 45 # BUG(240): Test seems flaky on ARM. | |
| 46 test-api/RegExpInterruption: SKIP | |
| 47 | |
| 48 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 45 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 49 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 46 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 50 # a long time. | 47 # a long time. |
| 51 test-api/OutOfMemory: SKIP | 48 test-api/OutOfMemory: SKIP |
| 52 test-api/OutOfMemoryNested: SKIP | 49 test-api/OutOfMemoryNested: SKIP |
| 53 | 50 |
| 54 # BUG(355): Test crashes on ARM. | 51 # BUG(355): Test crashes on ARM. |
| 55 test-log/ProfLazyMode: SKIP | 52 test-log/ProfLazyMode: SKIP |
| 56 | 53 |
| 57 [ $arch == mips ] | 54 [ $arch == mips ] |
| 58 test-accessors: SKIP | 55 test-accessors: SKIP |
| 59 test-alloc: SKIP | 56 test-alloc: SKIP |
| 60 test-api: SKIP | 57 test-api: SKIP |
| 61 test-compiler: SKIP | 58 test-compiler: SKIP |
| 62 test-cpu-profiler: SKIP | 59 test-cpu-profiler: SKIP |
| 63 test-debug: SKIP | 60 test-debug: SKIP |
| 64 test-decls: SKIP | 61 test-decls: SKIP |
| 65 test-func-name-inference: SKIP | 62 test-func-name-inference: SKIP |
| 66 test-heap: SKIP | 63 test-heap: SKIP |
| 67 test-heap-profiler: SKIP | 64 test-heap-profiler: SKIP |
| 68 test-log: SKIP | 65 test-log: SKIP |
| 69 test-log-utils: SKIP | 66 test-log-utils: SKIP |
| 70 test-mark-compact: SKIP | 67 test-mark-compact: SKIP |
| 71 test-regexp: SKIP | 68 test-regexp: SKIP |
| 72 test-serialize: SKIP | 69 test-serialize: SKIP |
| 73 test-sockets: SKIP | 70 test-sockets: SKIP |
| 74 test-strings: SKIP | 71 test-strings: SKIP |
| 75 test-threads: SKIP | 72 test-threads: SKIP |
| 76 test-thread-termination: SKIP | 73 test-thread-termination: SKIP |
| OLD | NEW |