| 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 |
| 38 # These tests always fail. They are here to test test.py. If | 43 # These tests always fail. They are here to test test.py. If |
| 39 # they don't fail then test.py has failed. | 44 # they don't fail then test.py has failed. |
| 40 test-serialize/TestThatAlwaysFails: FAIL | 45 test-serialize/TestThatAlwaysFails: FAIL |
| 41 test-serialize/DependentTestThatAlwaysFails: FAIL | 46 test-serialize/DependentTestThatAlwaysFails: FAIL |
| 42 | 47 |
| 43 [ $arch == arm ] | 48 [ $arch == arm ] |
| 44 | 49 |
| 45 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 50 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 46 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 51 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 47 # a long time. | 52 # a long time. |
| (...skipping 20 matching lines...) Expand all Loading... |
| 68 test-heap-profiler: SKIP | 73 test-heap-profiler: SKIP |
| 69 test-log: SKIP | 74 test-log: SKIP |
| 70 test-log-utils: SKIP | 75 test-log-utils: SKIP |
| 71 test-mark-compact: SKIP | 76 test-mark-compact: SKIP |
| 72 test-regexp: SKIP | 77 test-regexp: SKIP |
| 73 test-serialize: SKIP | 78 test-serialize: SKIP |
| 74 test-sockets: SKIP | 79 test-sockets: SKIP |
| 75 test-strings: SKIP | 80 test-strings: SKIP |
| 76 test-threads: SKIP | 81 test-threads: SKIP |
| 77 test-thread-termination: SKIP | 82 test-thread-termination: SKIP |
| OLD | NEW |