Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Mark more failing windows tests
  • Loading branch information
ShaharNaveh committed Jul 9, 2025
commit 447f5a47f8131a574354dcd9ae8c35e6cc954757
2 changes: 2 additions & 0 deletions Lib/test/test_compileall.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ def test_multiple_optimization_levels(self):
except Exception:
pass

@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
@os_helper.skip_unless_symlink
def test_ignore_symlink_destination(self):
# Create folders for allowed files, symlinks and prohibited area
Expand Down Expand Up @@ -932,6 +933,7 @@ def test_multiple_optimization_levels(self):
except Exception:
pass

@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
@os_helper.skip_unless_symlink
def test_ignore_symlink_destination(self):
# Create folders for allowed files, symlinks and prohibited area
Expand Down
Loading