| OLD | NEW |
| 1 # Copyright 2008 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 |
| 11 # with the distribution. | 11 # with the distribution. |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 | 50 |
| 51 ############################################################################## | 51 ############################################################################## |
| 52 [ $arch == x64 ] | 52 [ $arch == x64 ] |
| 53 | 53 |
| 54 # Optimization is currently not working on crankshaft x64 and ARM. | 54 # Optimization is currently not working on crankshaft x64 and ARM. |
| 55 test-heap/TestInternalWeakLists: PASS || FAIL | 55 test-heap/TestInternalWeakLists: PASS || FAIL |
| 56 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL | 56 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL |
| 57 | 57 |
| 58 | 58 |
| 59 ############################################################################## | 59 ############################################################################## |
| 60 [ $arch == x64 && $crankshaft ] |
| 61 |
| 62 # Tests that fail with crankshaft. |
| 63 test-deoptimization/DeoptimizeBinaryOperationADDString: FAIL |
| 64 test-deoptimization/DeoptimizeBinaryOperationADD: FAIL |
| 65 test-deoptimization/DeoptimizeBinaryOperationSUB: FAIL |
| 66 test-deoptimization/DeoptimizeBinaryOperationMUL: FAIL |
| 67 test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL |
| 68 test-deoptimization/DeoptimizeBinaryOperationDIV: FAIL |
| 69 test-deoptimization/DeoptimizeLoadICStoreIC: FAIL |
| 70 test-deoptimization/DeoptimizeLoadICStoreICNested: FAIL |
| 71 test-deoptimization/DeoptimizeCompare: FAIL |
| 72 |
| 73 # Tests that time out with crankshaft. |
| 74 test-api/Threading: SKIP |
| 75 |
| 76 |
| 77 ############################################################################## |
| 60 [ $arch == arm ] | 78 [ $arch == arm ] |
| 61 | 79 |
| 62 # Optimization is currently not working on crankshaft x64 and ARM. | 80 # Optimization is currently not working on crankshaft x64 and ARM. |
| 63 test-heap/TestInternalWeakLists: PASS || FAIL | 81 test-heap/TestInternalWeakLists: PASS || FAIL |
| 64 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL | 82 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL |
| 65 | 83 |
| 66 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 84 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 67 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 85 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 68 # a long time. | 86 # a long time. |
| 69 test-api/OutOfMemory: SKIP | 87 test-api/OutOfMemory: SKIP |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 test-heap-profiler: SKIP | 121 test-heap-profiler: SKIP |
| 104 test-log: SKIP | 122 test-log: SKIP |
| 105 test-log-utils: SKIP | 123 test-log-utils: SKIP |
| 106 test-mark-compact: SKIP | 124 test-mark-compact: SKIP |
| 107 test-regexp: SKIP | 125 test-regexp: SKIP |
| 108 test-serialize: SKIP | 126 test-serialize: SKIP |
| 109 test-sockets: SKIP | 127 test-sockets: SKIP |
| 110 test-strings: SKIP | 128 test-strings: SKIP |
| 111 test-threads: SKIP | 129 test-threads: SKIP |
| 112 test-thread-termination: SKIP | 130 test-thread-termination: SKIP |
| OLD | NEW |