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 more fcntl and seal constants for Android/Linux #720

Merged
merged 8 commits into from
Aug 25, 2017

Commits on Aug 21, 2017

  1. Add more fcntl and seal constants for Android/Linux

    We now create an additional binary `linux_fcntl` for testing this
    since there are header conflicts when including all necessary headers.
    This binary is run on all platforms even though it's empty on all non-
    Android/non-Linux platforms.
    
    Testing has been switched from a custom binary to using a runner-less
    test (or pair of tests). This means that for local development a simple
    `cd libc-test && cargo test` will run all the tests. CI has also been
    updated here to reflect that.
    Susurrus committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    2e11d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362134d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Run CI tests using cargo

    This works by specifying a "runner" for actually executing the binary.
    This doesn't apply to the Android or NetBSD runs because there
    isn't a simple binary that just runs the executable.
    Susurrus committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    2f06a79 View commit details
    Browse the repository at this point in the history
  2. Update lock file

    alexcrichton committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    476b982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce27617 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcbfa85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d424022 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7902df View commit details
    Browse the repository at this point in the history