Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 9 of 9) sorted by relevance

/rust-libc-0.2.174/ci/
H A DREADME.md17 * `run.sh` - the actual script which runs tests for a particular architecture.
24 CI for running tests. You can find tested triples in [Actions config] or
28 then run tests, no need for downloading any extra target libs (we just download
30 download the right target libs and run tests. Note that the Intel Linux/OSX
38 the generated binary to actually verify the tests pass.
40 then otherwise runs tests normally.
44 and compile/run tests. More information on that below.
52 Lots of the architectures tested here use QEMU in the tests, so it's worth going
75 2. Generate the tests for the OS being tested. This involves running the `ctest`
83 5. Look for whether the tests passed in the serial console output of the kernel.
/rust-libc-0.2.174/ci/docker/x86_64-linux-android/
H A DDockerfile17 # We do not run x86_64-linux-android tests on an android emulator.
18 # See ci/android-sysimage.sh for information about how tests are run.
/rust-libc-0.2.174/ctest-next/src/
H A Dlib.rs6 mod tests { module
/rust-libc-0.2.174/libc-test/semver/
H A DREADME.md3 These files are read by [`build.rs`](../build.rs) and turned into tests to
/rust-libc-0.2.174/
H A DCHANGELOG.md101 - Cygwin: Fix tests ([#4357](https://github.com/rust-lang/libc/pull/4357))
169 - CI: Remove tests for the `i586-pc-windows-msvc` target ([#4311](https://github.com/rust-lang/libc…
213 - Port style.rs to syn and add tests for the style checker <https://github.com/rust-lang/libc/pull/…
336 - Tests: fix `Elf{32,64}_Relr`-related tests <https://github.com/rust-lang/libc/pull/3647>
337 - Tests: fix libc-tests for `loongarch64-linux-musl`
339 - Tests: fix tests on `riscv64gc-unknown-freebsd` <https://github.com/rust-lang/libc/pull/4129>
399 - CI: use qemu-sparc64 to run sparc64 tests <https://github.com/rust-lang/libc/pull/4133>
416 - CI: remove tests with rust < 1.63 <https://github.com/rust-lang/libc/pull/4051>
454 - FreeBSD: fix tests on x86 FreeBSD 15 <https://github.com/rust-lang/libc/pull/3948>
472 - Solaris: fix all tests <https://github.com/rust-lang/libc/pull/3864>
[all …]
H A DCONTRIBUTING.md65 at, fear not! This crate has CI support which tests any binding against all
89 We have two automated tests running on
H A DREADME.md77 `libc` tests are run.
/rust-libc-0.2.174/src/
H A Dmacros.rs409 mod tests { module
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml222 # FIXME(ppc): SIGILL running tests, see