| 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 24 matching lines...) Expand all Loading... |
| 35 | 35 |
| 36 # BUG(382): Weird test. Can't guarantee that it never times out. | 36 # BUG(382): Weird test. Can't guarantee that it never times out. |
| 37 test-api/ApplyInterruption: PASS || TIMEOUT | 37 test-api/ApplyInterruption: PASS || TIMEOUT |
| 38 | 38 |
| 39 # These tests always fail. They are here to test test.py. If | 39 # These tests always fail. They are here to test test.py. If |
| 40 # they don't fail then test.py has failed. | 40 # they don't fail then test.py has failed. |
| 41 test-serialize/TestThatAlwaysFails: FAIL | 41 test-serialize/TestThatAlwaysFails: FAIL |
| 42 test-serialize/DependentTestThatAlwaysFails: FAIL | 42 test-serialize/DependentTestThatAlwaysFails: FAIL |
| 43 | 43 |
| 44 ############################################################################## | 44 ############################################################################## |
| 45 # BUG(1354): Bad function name inference |
| 46 test-func-name-inference/FactoryHashmapConditional: FAIL |
| 47 test-func-name-inference/FactoryHashmapVariable: FAIL |
| 48 test-func-name-inference/FactoryHashmap: FAIL |
| 49 test-func-name-inference/MultipleAssignments: FAIL |
| 50 test-func-name-inference/PassedAsConstructorParameter: FAIL |
| 51 |
| 52 ############################################################################## |
| 45 [ $arch == arm ] | 53 [ $arch == arm ] |
| 46 | 54 |
| 47 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 55 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 48 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 56 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 49 # a long time. | 57 # a long time. |
| 50 test-api/OutOfMemory: SKIP | 58 test-api/OutOfMemory: SKIP |
| 51 test-api/OutOfMemoryNested: SKIP | 59 test-api/OutOfMemoryNested: SKIP |
| 52 | 60 |
| 53 # BUG(355): Test crashes on ARM. | 61 # BUG(355): Test crashes on ARM. |
| 54 test-log/ProfLazyMode: SKIP | 62 test-log/ProfLazyMode: SKIP |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 test-log-utils: SKIP | 96 test-log-utils: SKIP |
| 89 test-mark-compact: SKIP | 97 test-mark-compact: SKIP |
| 90 test-parsing: SKIP | 98 test-parsing: SKIP |
| 91 test-profile-generator: SKIP | 99 test-profile-generator: SKIP |
| 92 test-regexp: SKIP | 100 test-regexp: SKIP |
| 93 test-serialize: SKIP | 101 test-serialize: SKIP |
| 94 test-sockets: SKIP | 102 test-sockets: SKIP |
| 95 test-strings: SKIP | 103 test-strings: SKIP |
| 96 test-threads: SKIP | 104 test-threads: SKIP |
| 97 test-thread-termination: SKIP | 105 test-thread-termination: SKIP |
| 98 | |
| 99 ############################################################################## | |
| 100 # Tests that time out with Isolates | |
| OLD | NEW |