Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some missing tokio::fs function tests etc. #5493

Merged
merged 30 commits into from
Feb 26, 2023

Commits on Feb 22, 2023

  1. XXX add code to panic in some untested tokio::fs functions - TEMPORAR…

    …Y CHECK
    
    UGLY HACK TO AVOID BUILD ISSUES WITHOUT ADDING ANY EXTRA IMPORTS
    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ace8cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1dd401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    258278e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e40468 View commit details
    Browse the repository at this point in the history
  5. test tokio::fs::OpenOptions functions for cross-platform & Unix - T…

    …ODO test the Windows-specific functions
    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e8c1b40 View commit details
    Browse the repository at this point in the history
  6. FIX-UP custom flags testing

    - use more exotic libc::O_NOFOLLOW
    - separate cases for Linux vs BSD/macOS which have different stored data
    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ef295e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a18ad88 View commit details
    Browse the repository at this point in the history
  8. XXX comment out custom flags test with Linux for now - TODO resolve C…

    …I issue with CI / cross-test (aarch64-unknown-linux-gnu)
    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    791e6cd View commit details
    Browse the repository at this point in the history
  9. test DirBuilder mode function

    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c1eb005 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81547eb View commit details
    Browse the repository at this point in the history
  11. FIX-UP - formatting

    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    819d9fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f413ded View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b7413ee View commit details
    Browse the repository at this point in the history
  14. FIX-UP - clippy

    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5ead02b View commit details
    Browse the repository at this point in the history
  15. another clippy fixup

    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5d46fcf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1b82f9f View commit details
    Browse the repository at this point in the history
  17. Revert "XXX comment out semver etc. from CI, will revert once fixed i…

    …n master branch"
    
    This reverts commit 258278e.
    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    47f4e2e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    73eafdd View commit details
    Browse the repository at this point in the history
  19. Revert "test OpenOptions custom_flags fn on Windows"

    This reverts commit 73eafdd.
    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e298ab9 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'master' of https://github.com/tokio-rs/tokio into add-s…

    …ome-missing-fs-function-tests
    brodycj committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f720ee3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9f8595c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a134168 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    71e7aeb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    83406d1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f4b9ed2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    b53c293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1151724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ed730e View commit details
    Browse the repository at this point in the history
  4. apply some minor touchups

    brodycj committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    b4cf96c View commit details
    Browse the repository at this point in the history
  5. fixup & further minor touchup

    brodycj committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    df895bf View commit details
    Browse the repository at this point in the history