Home
last modified time | relevance | path

Searched refs:test (Results 1 – 21 of 21) sorted by relevance

/rust-libc-0.2.174/libc-test/
H A DCargo.toml33 [[test]]
38 [[test]]
43 [[test]]
48 [[test]]
53 [[test]]
58 [[test]]
63 [[test]]
68 [[test]]
73 [[test]]
78 [[test]]
[all …]
/rust-libc-0.2.174/libc-test/test/
H A Dstyle_tests.rs7 #[test]
26 #[test]
45 #[test]
62 #[test]
81 #[test]
94 #[test]
109 #[test]
122 #[test]
135 #[test]
157 #[test]
[all …]
H A Dcmsg.rs21 #[test]
31 #[test]
44 #[test]
56 #[test]
95 #[test]
H A Dmakedev.rs70 #[test]
80 #[test]
94 #[test]
108 #[test]
129 #[test]
H A Dsigrt.rs19 #[test]
26 #[test]
H A Dlinux_kernel_version.rs7 #[test]
H A Derrqueue.rs11 #[test]
H A Dprimitive_types.rs10 #[test]
H A Dcheck_style.rs19 #[test]
/rust-libc-0.2.174/ci/
H A Druntest-android.rs11 let test = PathBuf::from(&args[0]); in main() localVariable
12 let dst = Path::new("/data/local/tmp").join(test.file_name().unwrap()); in main()
22 .arg(&test) in main()
H A DREADME.md77 compiled into the final test.
81 4. The kernel is booted in QEMU, and it is configured to detect the libc-test
82 image being available, run the test script, and then shut down afterwards.
87 inside of the `libc-test` directory (which is what it's intended for) because
H A Drust.css332 a.test-arrow {
343 a.test-arrow:hover{
/rust-libc-0.2.174/ctest-next/src/
H A Dlib.rs5 #[cfg(test)]
9 #[test]
/rust-libc-0.2.174/ci/docker/s390x-unknown-linux-gnu/
H A DDockerfile13 COPY test-runner-linux /
16 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="/test-runner-linux s390x" \
/rust-libc-0.2.174/src/
H A Dmacros.rs408 #[cfg(test)]
410 #[test]
426 #[test]
439 #[test]
455 #[test]
/rust-libc-0.2.174/
H A DCONTRIBUTING.md70 symbols list(s) found in the `libc-test/semver` directory. These lists keep
92 1. [`libc-test`](https://github.com/gnzlbg/ctest)
93 - `cd libc-test && cargo test`
H A DCHANGELOG.md51 - AIX: Enable libc-test and fix definitions/declarations. ([#4450](https://github.com/rust-lang/lib…
121 - Testing: Ensure the makedev test does not emit unused errors ([#4363](https://github.com/rust-lan…
255 - CI: Upload artifacts created by libc-test <https://github.com/rust-lang/libc/pull/4180>
324 - Tests: Add a test that the `const extern fn` macro works <https://github.com/rust-lang/libc/pull/…
325 - Tests: Add test of primitive types against `std` <https://github.com/rust-lang/libc/pull/3616>
380 - Bump libc-test to Rust 2021 Edition <https://github.com/rust-lang/libc/pull/3905>
453 - FreeBSD: fix test errors regarding `__gregset_t` <https://github.com/rust-lang/libc/pull/3995>
H A DCargo.toml152 "libc-test",
H A DREADME.md76 The test-matrix at [GitHub Actions] and [Cirrus CI] show the platforms in which
H A Dtriagebot.toml162 "ctest-test",
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml47 …- run: cargo clippy --workspace --exclude libc-test --exclude ctest-test --all-targets -- -D warni…
277 - name: test on Solaris