Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: automation/bors/try-merge
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 19, 2025

  1. fs: Update skipped file lock tests to match flock support

    The list of platforms for which file locks are tested is smaller than
    the list of platforms that support it. Synchronize these here.
    
    Link: https://github.com/rust-lang/rust/blob/07bdbaedc63094281483c40a88a1a8f2f8ffadc5/library/std/src/sys/fs/unix.rs#L1291-L1308
    tgross35 committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    8c4e3ff View commit details
    Browse the repository at this point in the history
  2. fs: Expect a test failure if file locks aren't supported

    Rather than skipping the tests, make sure that they fail. This ensures
    that if file locking support is added for more platforms in the future,
    the tests don't wind up quietly skipped.
    tgross35 committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    4bf24d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cea9dd8 View commit details
    Browse the repository at this point in the history
  4. Auto merge of #149111 - tgross35:fs-test-updates, r=<try>

    fs: Run file lock tests on all platforms that support it
    
    try-job: arm-android
    try-job: test-various
    rust-bors[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    eb7fa5a View commit details
    Browse the repository at this point in the history
Loading