| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 # is re-appearing. Disabled until bug in test is fixed. This only fails | 45 # is re-appearing. Disabled until bug in test is fixed. This only fails |
| 46 # when snapshot is on, so I am marking it PASS || FAIL | 46 # when snapshot is on, so I am marking it PASS || FAIL |
| 47 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL | 47 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL |
| 48 | 48 |
| 49 # These tests always fail. They are here to test test.py. If | 49 # These tests always fail. They are here to test test.py. If |
| 50 # they don't fail then test.py has failed. | 50 # they don't fail then test.py has failed. |
| 51 test-serialize/TestThatAlwaysFails: FAIL | 51 test-serialize/TestThatAlwaysFails: FAIL |
| 52 test-serialize/DependentTestThatAlwaysFails: FAIL | 52 test-serialize/DependentTestThatAlwaysFails: FAIL |
| 53 | 53 |
| 54 # BUG(1079) | 54 # BUG(1079) |
| 55 test-api/CaptureStackTraceForUncaughtException: FAIL | 55 test-api/CaptureStackTraceForUncaughtException: PASS || FAIL |
| 56 | 56 |
| 57 ############################################################################## | 57 ############################################################################## |
| 58 [ $arch == x64 ] | 58 [ $arch == x64 ] |
| 59 | 59 |
| 60 # Optimization is currently not working on crankshaft x64 and ARM. | 60 # Optimization is currently not working on crankshaft x64 and ARM. |
| 61 test-heap/TestInternalWeakLists: PASS || FAIL | 61 test-heap/TestInternalWeakLists: PASS || FAIL |
| 62 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL | 62 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL |
| 63 | 63 |
| 64 | 64 |
| 65 ############################################################################## | 65 ############################################################################## |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 test-heap-profiler: SKIP | 131 test-heap-profiler: SKIP |
| 132 test-log: SKIP | 132 test-log: SKIP |
| 133 test-log-utils: SKIP | 133 test-log-utils: SKIP |
| 134 test-mark-compact: SKIP | 134 test-mark-compact: SKIP |
| 135 test-regexp: SKIP | 135 test-regexp: SKIP |
| 136 test-serialize: SKIP | 136 test-serialize: SKIP |
| 137 test-sockets: SKIP | 137 test-sockets: SKIP |
| 138 test-strings: SKIP | 138 test-strings: SKIP |
| 139 test-threads: SKIP | 139 test-threads: SKIP |
| 140 test-thread-termination: SKIP | 140 test-thread-termination: SKIP |
| OLD | NEW |