Searched refs:tests (Results 1 – 9 of 9) sorted by relevance
17 * `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] or28 then run tests, no need for downloading any extra target libs (we just download30 download the right target libs and run tests. Note that the Intel Linux/OSX38 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 going75 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.
17 # 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.
6 mod tests { module
3 These files are read by [`build.rs`](../build.rs) and turned into tests to
101 - 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 …]
65 at, fear not! This crate has CI support which tests any binding against all89 We have two automated tests running on
77 `libc` tests are run.
409 mod tests { module
222 # FIXME(ppc): SIGILL running tests, see