| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 }], # 'no_snap == True and system == windows' | 235 }], # 'no_snap == True and system == windows' |
| 236 | 236 |
| 237 ############################################################################## | 237 ############################################################################## |
| 238 ['system == windows', { | 238 ['system == windows', { |
| 239 | 239 |
| 240 # BUG(3331). Fails on windows. | 240 # BUG(3331). Fails on windows. |
| 241 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], | 241 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
| 242 | 242 |
| 243 # BUG(v8:4573). | 243 # BUG(v8:4573). |
| 244 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS], | 244 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS], |
| 245 |
| 246 # BUG(v8:4642). |
| 247 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, FLAKY], |
| 245 }], # 'system == windows' | 248 }], # 'system == windows' |
| 246 | 249 |
| 247 ############################################################################## | 250 ############################################################################## |
| 248 ['system == macos', { | 251 ['system == macos', { |
| 249 | 252 |
| 250 # BUG(3125). | 253 # BUG(3125). |
| 251 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], | 254 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], |
| 252 'test-debug/DebugStepLinear': [PASS, FLAKY], | 255 'test-debug/DebugStepLinear': [PASS, FLAKY], |
| 253 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], | 256 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], |
| 254 }], # 'system == macos' | 257 }], # 'system == macos' |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 ############################################################################## | 469 ############################################################################## |
| 467 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 470 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 468 | 471 |
| 469 # Pass but take too long with the simulator. | 472 # Pass but take too long with the simulator. |
| 470 'test-api/Threading1': [PASS, SLOW], | 473 'test-api/Threading1': [PASS, SLOW], |
| 471 'test-api/Threading2': [PASS, SLOW], | 474 'test-api/Threading2': [PASS, SLOW], |
| 472 'test-api/ExternalArrays': [PASS, SLOW], | 475 'test-api/ExternalArrays': [PASS, SLOW], |
| 473 | 476 |
| 474 }], # 'arch == ppc64 and simulator_run == True' | 477 }], # 'arch == ppc64 and simulator_run == True' |
| 475 ] | 478 ] |
| OLD | NEW |