File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lldb/test/API/commands/target/basic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ def test_target_create_nonexistent_core_file(self):
417
417
)
418
418
419
419
# Write only files don't seem to be supported on Windows.
420
- @skipIfWindows
420
+ @skipIf ( hostoslist = [ "windows" ])
421
421
@no_debug_info_test
422
422
def test_target_create_unreadable_core_file (self ):
423
423
tf = tempfile .NamedTemporaryFile ()
@@ -440,7 +440,7 @@ def test_target_create_nonexistent_sym_file(self):
440
440
],
441
441
)
442
442
443
- @skipIfWindows
443
+ @skipIf ( hostoslist = [ "windows" ])
444
444
@no_debug_info_test
445
445
def test_target_create_invalid_core_file (self ):
446
446
invalid_core_path = os .path .join (self .getSourceDir (), "invalid_core_file" )
@@ -451,7 +451,7 @@ def test_target_create_invalid_core_file(self):
451
451
)
452
452
453
453
# Write only files don't seem to be supported on Windows.
454
- @skipIfWindows
454
+ @skipIf ( hostoslist = [ "windows" ])
455
455
@no_debug_info_test
456
456
def test_target_create_unreadable_sym_file (self ):
457
457
tf = tempfile .NamedTemporaryFile ()
You can’t perform that action at this time.
0 commit comments