| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'test-api/ExternalFloatArray': [SKIP], | 162 'test-api/ExternalFloatArray': [SKIP], |
| 163 'test-api/Float32Array': [SKIP], | 163 'test-api/Float32Array': [SKIP], |
| 164 'test-api/Float64Array': [SKIP], | 164 'test-api/Float64Array': [SKIP], |
| 165 'test-debug/DebugBreakLoop': [SKIP], | 165 'test-debug/DebugBreakLoop': [SKIP], |
| 166 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 166 }], # 'arch == arm64 and mode == debug and simulator_run == True' |
| 167 | 167 |
| 168 ############################################################################## | 168 ############################################################################## |
| 169 ['asan == True', { | 169 ['asan == True', { |
| 170 # Skip tests not suitable for ASAN. | 170 # Skip tests not suitable for ASAN. |
| 171 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], | 171 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], |
| 172 'test-lockers/MultithreadedParallelIsolates': [SKIP], | |
| 173 }], # 'asan == True' | 172 }], # 'asan == True' |
| 174 | 173 |
| 175 ############################################################################## | 174 ############################################################################## |
| 176 ['no_snap == True', { | 175 ['no_snap == True', { |
| 177 # BUG(3215) | |
| 178 'test-lockers/MultithreadedParallelIsolates': [PASS, FAIL, TIMEOUT], | |
| 179 }], # 'no_snap == True' | 176 }], # 'no_snap == True' |
| 180 | 177 |
| 181 ############################################################################## | 178 ############################################################################## |
| 182 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate | 179 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate |
| 183 # section to not overwrite the expectations for TestThatAlwaysFails. | 180 # section to not overwrite the expectations for TestThatAlwaysFails. |
| 184 ['no_snap == True and system == windows', { | 181 ['no_snap == True and system == windows', { |
| 185 # Windows doesn't support nosnap mode. | 182 # Windows doesn't support nosnap mode. |
| 186 'test-serialize/*': [SKIP], | 183 'test-serialize/*': [SKIP], |
| 187 }], # 'no_snap == True and system == windows' | 184 }], # 'no_snap == True and system == windows' |
| 188 | 185 |
| 189 ############################################################################## | 186 ############################################################################## |
| 190 ['system == windows', { | 187 ['system == windows', { |
| 191 | 188 |
| 192 # BUG(2999). | 189 # BUG(2999). |
| 193 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], | 190 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
| 194 | 191 |
| 195 # BUG(3005). | 192 # BUG(3005). |
| 196 'test-alloc/CodeRange': [PASS, FAIL], | 193 'test-alloc/CodeRange': [PASS, FAIL], |
| 197 | 194 |
| 198 # BUG(3215). Crashes on windows. | |
| 199 'test-lockers/MultithreadedParallelIsolates': [SKIP], | |
| 200 | |
| 201 # BUG(3331). Fails on windows. | 195 # BUG(3331). Fails on windows. |
| 202 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], | 196 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
| 203 | 197 |
| 204 # BUG(v8:3433). Crashes on windows. | 198 # BUG(v8:3433). Crashes on windows. |
| 205 'test-cpu-profiler/FunctionApplySample': [SKIP], | 199 'test-cpu-profiler/FunctionApplySample': [SKIP], |
| 206 | 200 |
| 207 }], # 'system == windows' | 201 }], # 'system == windows' |
| 208 | 202 |
| 209 ############################################################################## | 203 ############################################################################## |
| 210 ['system == macos', { | 204 ['system == macos', { |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'test-log/LogCallbacks': [SKIP], | 302 'test-log/LogCallbacks': [SKIP], |
| 309 'test-log/ProfLazyMode': [SKIP], | 303 'test-log/ProfLazyMode': [SKIP], |
| 310 }], # 'arch == android_arm or arch == android_ia32' | 304 }], # 'arch == android_arm or arch == android_ia32' |
| 311 | 305 |
| 312 ############################################################################## | 306 ############################################################################## |
| 313 ['arch == nacl_ia32 or arch == nacl_x64', { | 307 ['arch == nacl_ia32 or arch == nacl_x64', { |
| 314 | 308 |
| 315 # NaCl builds have problems with threaded tests since Pepper_28. | 309 # NaCl builds have problems with threaded tests since Pepper_28. |
| 316 # V8 Issue 2786 | 310 # V8 Issue 2786 |
| 317 'test-api/Threading1': [SKIP], | 311 'test-api/Threading1': [SKIP], |
| 318 'test-lockers/MultithreadedParallelIsolates': [SKIP], | |
| 319 'test-lockers/ExtensionsRegistration': [SKIP], | 312 'test-lockers/ExtensionsRegistration': [SKIP], |
| 320 | 313 |
| 321 # These tests fail as there is no /tmp directory in Native Client. | 314 # These tests fail as there is no /tmp directory in Native Client. |
| 322 'test-log/LogAccessorCallbacks': [SKIP], | 315 'test-log/LogAccessorCallbacks': [SKIP], |
| 323 'test-log/LogCallbacks': [SKIP], | 316 'test-log/LogCallbacks': [SKIP], |
| 324 'test-log/ProfLazyMode': [SKIP], | 317 'test-log/ProfLazyMode': [SKIP], |
| 325 | 318 |
| 326 # Native Client doesn't support sockets. | 319 # Native Client doesn't support sockets. |
| 327 'test-debug/DebuggerAgent': [SKIP], | 320 'test-debug/DebuggerAgent': [SKIP], |
| 328 'test-debug/DebuggerAgentProtocolOverflowHeader': [SKIP], | 321 'test-debug/DebuggerAgentProtocolOverflowHeader': [SKIP], |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 'test-api/Float32Array' : [SKIP], | 401 'test-api/Float32Array' : [SKIP], |
| 409 'test-api/Float64Array' : [SKIP], | 402 'test-api/Float64Array' : [SKIP], |
| 410 'test-api/Regress2333' : [SKIP], | 403 'test-api/Regress2333' : [SKIP], |
| 411 'test-alloc/StressHandles' : [SKIP], | 404 'test-alloc/StressHandles' : [SKIP], |
| 412 'test-alloc/StressJS' : [SKIP], | 405 'test-alloc/StressJS' : [SKIP], |
| 413 'test-accessors/HandleScopePop' : [SKIP], | 406 'test-accessors/HandleScopePop' : [SKIP], |
| 414 'test-accessors/Gc' : [SKIP], | 407 'test-accessors/Gc' : [SKIP], |
| 415 | 408 |
| 416 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 409 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 417 ] | 410 ] |
| OLD | NEW |