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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 # Windows doesn't support nosnap mode. | 233 # Windows doesn't support nosnap mode. |
234 'test-serialize/*': [SKIP], | 234 'test-serialize/*': [SKIP], |
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). |
| 244 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS], |
243 }], # 'system == windows' | 245 }], # 'system == windows' |
244 | 246 |
245 ############################################################################## | 247 ############################################################################## |
246 ['system == macos', { | 248 ['system == macos', { |
247 | 249 |
248 # BUG(3125). | 250 # BUG(3125). |
249 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], | 251 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], |
250 'test-debug/DebugStepLinear': [PASS, FLAKY], | 252 'test-debug/DebugStepLinear': [PASS, FLAKY], |
251 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], | 253 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], |
252 }], # 'system == macos' | 254 }], # 'system == macos' |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 ############################################################################## | 466 ############################################################################## |
465 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 467 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
466 | 468 |
467 # Pass but take too long with the simulator. | 469 # Pass but take too long with the simulator. |
468 'test-api/Threading1': [PASS, SLOW], | 470 'test-api/Threading1': [PASS, SLOW], |
469 'test-api/Threading2': [PASS, SLOW], | 471 'test-api/Threading2': [PASS, SLOW], |
470 'test-api/ExternalArrays': [PASS, SLOW], | 472 'test-api/ExternalArrays': [PASS, SLOW], |
471 | 473 |
472 }], # 'arch == ppc64 and simulator_run == True' | 474 }], # 'arch == ppc64 and simulator_run == True' |
473 ] | 475 ] |
OLD | NEW |