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 22 matching lines...) Expand all Loading... |
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 # 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 | |
44 [ $arch == arm ] | 43 [ $arch == arm ] |
45 | 44 |
46 # BUG(240): Test seems flaky on ARM. | 45 # BUG(240): Test seems flaky on ARM. |
47 test-api/RegExpInterruption: SKIP | 46 test-api/RegExpInterruption: SKIP |
48 | 47 |
49 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 48 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
50 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 49 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
51 # a long time. | 50 # a long time. |
52 test-api/OutOfMemory: SKIP | 51 test-api/OutOfMemory: SKIP |
53 test-api/OutOfMemoryNested: SKIP | 52 test-api/OutOfMemoryNested: SKIP |
(...skipping 13 matching lines...) Expand all Loading... |
67 test-heap-profiler: SKIP | 66 test-heap-profiler: SKIP |
68 test-log: SKIP | 67 test-log: SKIP |
69 test-log-utils: SKIP | 68 test-log-utils: SKIP |
70 test-mark-compact: SKIP | 69 test-mark-compact: SKIP |
71 test-regexp: SKIP | 70 test-regexp: SKIP |
72 test-serialize: SKIP | 71 test-serialize: SKIP |
73 test-sockets: SKIP | 72 test-sockets: SKIP |
74 test-strings: SKIP | 73 test-strings: SKIP |
75 test-threads: SKIP | 74 test-threads: SKIP |
76 test-thread-termination: SKIP | 75 test-thread-termination: SKIP |
OLD | NEW |