| 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 |
| 11 # with the distribution. | 11 # with the distribution. |
| 12 # * Neither the name of Google Inc. nor the names of its | 12 # * Neither the name of Google Inc. nor the names of its |
| 13 # contributors may be used to endorse or promote products derived | 13 # contributors may be used to endorse or promote products derived |
| 14 # from this software without specific prior written permission. | 14 # from this software without specific prior written permission. |
| 15 # | 15 # |
| 16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | 18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | 19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | 27 |
| 28 | |
| 29 # All tests prefixed with 'Bug' are expected to fail. | |
| 30 [ | 28 [ |
| 31 [ALWAYS, { | 29 [ALWAYS, { |
| 30 # All tests prefixed with 'Bug' are expected to fail. |
| 32 'test-api/Bug*': [FAIL], | 31 'test-api/Bug*': [FAIL], |
| 33 | 32 |
| 34 ############################################################################## | 33 ############################################################################## |
| 35 # BUG(382): Weird test. Can't guarantee that it never times out. | 34 # BUG(382): Weird test. Can't guarantee that it never times out. |
| 36 'test-api/ApplyInterruption': [PASS, TIMEOUT], | 35 'test-api/ApplyInterruption': [PASS, TIMEOUT], |
| 37 | 36 |
| 38 # TODO(mstarzinger): Fail gracefully on multiple V8::Dispose calls. | 37 # TODO(mstarzinger): Fail gracefully on multiple V8::Dispose calls. |
| 39 'test-api/InitializeAndDisposeOnce': [SKIP], | 38 'test-api/InitializeAndDisposeOnce': [SKIP], |
| 40 'test-api/InitializeAndDisposeMultiple': [SKIP], | 39 'test-api/InitializeAndDisposeMultiple': [SKIP], |
| 41 | 40 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'test-api/ExternalDoubleArray': [SKIP], | 88 'test-api/ExternalDoubleArray': [SKIP], |
| 90 'test-api/ExternalFloat32Array': [SKIP], | 89 'test-api/ExternalFloat32Array': [SKIP], |
| 91 'test-api/ExternalFloat64Array': [SKIP], | 90 'test-api/ExternalFloat64Array': [SKIP], |
| 92 'test-api/ExternalFloatArray': [SKIP], | 91 'test-api/ExternalFloatArray': [SKIP], |
| 93 'test-api/Float32Array': [SKIP], | 92 'test-api/Float32Array': [SKIP], |
| 94 'test-api/Float64Array': [SKIP], | 93 'test-api/Float64Array': [SKIP], |
| 95 'test-debug/DebugBreakLoop': [SKIP], | 94 'test-debug/DebugBreakLoop': [SKIP], |
| 96 }], # 'arch == a64 and mode == debug and simulator_run == True' | 95 }], # 'arch == a64 and mode == debug and simulator_run == True' |
| 97 | 96 |
| 98 ############################################################################## | 97 ############################################################################## |
| 98 ['asan == True', { |
| 99 # Skip tests not suitable for ASAN. |
| 100 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], |
| 101 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
| 102 }], # 'asan == True' |
| 103 |
| 104 ############################################################################## |
| 99 ['system == windows', { | 105 ['system == windows', { |
| 100 | 106 |
| 101 # BUG(2999). | 107 # BUG(2999). |
| 102 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], | 108 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
| 103 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], | 109 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], |
| 104 | 110 |
| 105 # BUG(3055). | 111 # BUG(3055). |
| 106 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAI
L], ['mode == debug', FLAKY]], | 112 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAI
L], ['mode == debug', FLAKY]], |
| 107 | 113 |
| 108 # BUG(3005). | 114 # BUG(3005). |
| 109 'test-alloc/CodeRange': [PASS, FAIL], | 115 'test-alloc/CodeRange': [PASS, FAIL], |
| 110 }], # 'system == windows' | 116 }], # 'system == windows' |
| 111 | 117 |
| 112 ############################################################################## | 118 ############################################################################## |
| 119 ['system == macos', { |
| 120 |
| 121 # BUG(3125). |
| 122 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], |
| 123 'test-debug/DebugStepLinear': [PASS, FLAKY], |
| 124 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], |
| 125 }], # 'system == macos' |
| 126 |
| 127 ############################################################################## |
| 113 ['arch == arm', { | 128 ['arch == arm', { |
| 114 | 129 |
| 115 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 130 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 116 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 131 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 117 # a long time. | 132 # a long time. |
| 118 'test-api/OutOfMemory': [SKIP], | 133 'test-api/OutOfMemory': [SKIP], |
| 119 'test-api/OutOfMemoryNested': [SKIP], | 134 'test-api/OutOfMemoryNested': [SKIP], |
| 120 | 135 |
| 121 # BUG(355): Test crashes on ARM. | 136 # BUG(355): Test crashes on ARM. |
| 122 'test-log/ProfLazyMode': [SKIP], | 137 'test-log/ProfLazyMode': [SKIP], |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 # Profiling doesn't work on Native Client. | 203 # Profiling doesn't work on Native Client. |
| 189 'test-cpu-profiler/*': [SKIP], | 204 'test-cpu-profiler/*': [SKIP], |
| 190 | 205 |
| 191 # Fails since 16322 (new test). | 206 # Fails since 16322 (new test). |
| 192 'test-code-stubs-arm/ConvertDToI': [SKIP], | 207 'test-code-stubs-arm/ConvertDToI': [SKIP], |
| 193 | 208 |
| 194 # BUG(2998). | 209 # BUG(2998). |
| 195 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], | 210 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], |
| 196 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 211 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 197 ] | 212 ] |
| OLD | NEW |