| 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 17 matching lines...) Expand all Loading... |
| 28 prefix cctest | 28 prefix cctest |
| 29 | 29 |
| 30 test-api/Bug*: FAIL | 30 test-api/Bug*: FAIL |
| 31 | 31 |
| 32 # BUG(281): This test fails on some Linuxes. | 32 # BUG(281): This test fails on some Linuxes. |
| 33 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux | 33 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux |
| 34 | 34 |
| 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 # Bug (484): This test which we thought was originally corrected in r5236 | |
| 39 # is reappering. Disabled until bug in test is fixed. This only fails | |
| 40 # when snapshot is on, so I am marking it PASS || FAIL | |
| 41 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL | |
| 42 | |
| 43 # 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 |
| 44 # they don't fail then test.py has failed. | 39 # they don't fail then test.py has failed. |
| 45 test-serialize/TestThatAlwaysFails: FAIL | 40 test-serialize/TestThatAlwaysFails: FAIL |
| 46 test-serialize/DependentTestThatAlwaysFails: FAIL | 41 test-serialize/DependentTestThatAlwaysFails: FAIL |
| 47 | 42 |
| 48 [ $arch == arm ] | 43 [ $arch == arm ] |
| 49 | 44 |
| 50 # 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. |
| 51 # 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 |
| 52 # a long time. | 47 # a long time. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 69 test-heap-profiler: SKIP | 64 test-heap-profiler: SKIP |
| 70 test-log: SKIP | 65 test-log: SKIP |
| 71 test-log-utils: SKIP | 66 test-log-utils: SKIP |
| 72 test-mark-compact: SKIP | 67 test-mark-compact: SKIP |
| 73 test-regexp: SKIP | 68 test-regexp: SKIP |
| 74 test-serialize: SKIP | 69 test-serialize: SKIP |
| 75 test-sockets: SKIP | 70 test-sockets: SKIP |
| 76 test-strings: SKIP | 71 test-strings: SKIP |
| 77 test-threads: SKIP | 72 test-threads: SKIP |
| 78 test-thread-termination: SKIP | 73 test-thread-termination: SKIP |
| OLD | NEW |