Home
last modified time | relevance | path

Searched +full:windows +full:- +full:test (Results 1 – 25 of 1069) sorted by relevance

12345678910>>...43

/third_party/rust/rust/src/tools/rustfmt/src/formatting/
Dnewline_style.rs15 EffectiveNewlineStyle::Windows => convert_to_windows_newlines(formatted_text), in apply_newline_style()
22 Windows, enumerator
29 ) -> EffectiveNewlineStyle { in effective_newline_style()
33 NewlineStyle::Windows => EffectiveNewlineStyle::Windows, in effective_newline_style()
43 fn auto_detect_newline_style(raw_input_text: &str) -> EffectiveNewlineStyle { in auto_detect_newline_style()
50 Some(CARRIAGE_RETURN) => EffectiveNewlineStyle::Windows, in auto_detect_newline_style()
58 fn native_newline_style() -> EffectiveNewlineStyle { in native_newline_style()
59 if cfg!(windows) { in native_newline_style()
60 EffectiveNewlineStyle::Windows in native_newline_style()
66 fn convert_to_windows_newlines(formatted_text: &String) -> String { in convert_to_windows_newlines()
[all …]
/third_party/libuv/
DChangeLog7 * build: disable windows asan buildbot (Ben Noordhuis)
9 * test: don't run tcp_writealot under msan (Ben Noordhuis)
11 * build,win: remove extraneous -lshell32 (Ben Noordhuis)
19 * test: check if ipv6 link-local traffic is routable (Ben Noordhuis)
35 * test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher)
37 * misc: ignore libuv-release-tool files (Jameson Nash)
45 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
61 * unix: support full TCP keep-alive on Solaris (Andy Pan)
67 * freebsd: fix build on non-intel archs (David Carlier)
75 * build: re-enable msvc-asan job on CI (Jameson Nash)
[all …]
/third_party/astc-encoder/jenkins/
Dnightly.Jenkinsfile1 /* This pipeline is used for post-commit testing, so it runs frequently.
3 * Test objectives for this pipeline are:
5 * - Run the entire pipeline in less than 10 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on all supported compilers.
8 * - Test release and debug build variants.
9 * - Run functional smoke tests.
10 * - Run image quality smoke tests.
12 * The test matrix is not fully covered; e.g. we can assume compilers behave
13 * similarly on different operating systems, so we test one compiler per OS.
[all …]
Drelease.Jenkinsfile3 * Test objectives for this pipeline are:
5 * - Run the entire pipeline in less than 60 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on optimized compiler choices (i.e. prefer Clang over GCC).
8 * - Build only release variants.
9 * - Run full functional tests.
10 * - Run full image quality tests.
11 * - Code sign the binaries on supported operating systems.
12 * - Build the release package.
14 * The test matrix is not fully covered; e.g. we can assume compilers behave
[all …]
/third_party/libwebsockets/win32port/
Dlibwebsockets.nsi6 OutFile "libwebsockets-${VERSION}-install.exe"
10 ;--------------------------------
19 ;--------------------------------
26 ;--------------------------------
30 ;--------------------------------
36 File "..\libwebsockets-api-doc.html"
41 File "..\README.test-apps.md"
42 File /nonfatal "..\build\bin\Release\libwebsockets-test-client.exe"
43 File /nonfatal "..\build\bin\Release\libwebsockets-test-echo.exe"
44 File /nonfatal "..\build\bin\Release\libwebsockets-test-fraggle.exe"
[all …]
/third_party/rust/crates/libloading/tests/
Dmarkers.rs3 #[cfg(test)]
5 #[cfg(test)]
7 #[cfg(test)]
10 #[test]
15 #[test]
20 #[test]
25 #[test]
31 #[test]
36 #[cfg(windows)]
37 #[test]
[all …]
Dfunctions.rs1 #[cfg(windows)]
10 fn lib_path() -> std::path::PathBuf { in lib_path()
24 cmd.arg("src/test_helpers.rs").arg("-o").arg(lib_path()); in make_helpers()
26 cmd.arg("--target").arg(target); in make_helpers()
32 .expect("could not compile the test helpers!") in make_helpers()
37 #[test]
42 let f: Symbol<unsafe extern "C" fn(u32) -> u32> = lib.get(b"test_identity_u32\0").unwrap(); in test_id_u32()
56 #[test]
61 let f: Symbol<unsafe extern "C" fn(S) -> S> = lib.get(b"test_identity_struct\0").unwrap(); in test_id_struct()
79 #[test]
[all …]
/third_party/rust/rust/compiler/rustc_codegen_cranelift/.github/workflows/
Dmain.yml4 - push
5 - pull_request
9 runs-on: ubuntu-latest
10 timeout-minutes: 10
13 - uses: actions/checkout@v3
15 - name: Install rustfmt
19 - name: Rustfmt
21 cargo fmt --check
22 rustfmt --check build_system/main.rs
23 rustfmt --check example/*
[all …]
/third_party/rust/rust/tests/rustdoc-ui/doctest/
Dfailed-doctest-output-windows.stdout3 test $DIR/failed-doctest-output-windows.rs - OtherStruct (line 25) ... FAILED
4 test $DIR/failed-doctest-output-windows.rs - SomeStruct (line 15) ... FAILED
8 ---- $DIR/failed-doctest-output-windows.rs - OtherStruct (line 25) stdout ----
10 --> $DIR/failed-doctest-output-windows.rs:26:1
17 For more information about this error, try `rustc --explain E0425`.
18 Couldn't compile the test.
19 ---- $DIR/failed-doctest-output-windows.rs - SomeStruct (line 15) stdout ----
20 Test executable failed (exit code: 101).
29 thread 'main' panicked at 'oh no', $DIR/failed-doctest-output-windows.rs:7:1
35 $DIR/failed-doctest-output-windows.rs - OtherStruct (line 25)
[all …]
/third_party/rust/rust/library/portable-simd/.github/workflows/
Dci.yml7 - master
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v2
20 - name: Setup Rust
22 rustup update nightly --no-self-update
25 - name: Run rustfmt
26 run: cargo fmt --all -- --check
30 runs-on: ubuntu-latest
32 fail-fast: false
35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures
[all …]
/third_party/skia/third_party/externals/freetype/builds/windows/
Ddetect.mk6 # Copyright (C) 1996-2021 by
21 # Detecting Windows NT is easy, as the OS variable must be defined and
22 # contains `Windows_NT'. This also works with Windows 2000 and XP.
26 PLATFORM := windows
30 # Detecting Windows 9X
33 # word `Windows'. If this is true, we are running Windows 95 or later:
38 # is_windows := $(findstring Windows,$(strip $(shell ver)))
42 # DOS 7.x (the MS-DOS version that lies below Windows) without actually
45 # A better test is to check whether there are both the environment
47 # underlying DOS 7.x, while the second is set only if windows is
[all …]
/third_party/rust/rust/src/librustdoc/clean/cfg/
Dtests.rs9 fn word_cfg(s: &str) -> Cfg { in word_cfg()
13 fn name_value_cfg(name: &str, value: &str) -> Cfg { in name_value_cfg()
17 fn dummy_meta_item_word(name: &str) -> MetaItem { in dummy_meta_item_word()
25 fn dummy_meta_item_name_value(name: &str, symbol: Symbol, kind: LitKind) -> MetaItem { in dummy_meta_item_name_value()
62 #[test]
67 assert_eq!(!word_cfg("test"), Cfg::Not(Box::new(word_cfg("test")))); in test_cfg_not()
76 assert_eq!(!Cfg::Not(Box::new(word_cfg("test"))), word_cfg("test")); in test_cfg_not()
80 #[test]
87 x = word_cfg("test"); in test_cfg_and()
164 #[test]
[all …]
/third_party/mesa3d/src/microsoft/ci/
Dgitlab-ci.yml2 - local: 'src/microsoft/ci/gitlab-ci-inc.yml'
4 test-spirv2dxil-windows:
6 - .use-windows_test_msvc
7 - .spirv2dxil-test-rules
8 stage: layered-backends
10 - windows-msvc
12 - windows-msvc
13 - windows_test_msvc
14 - !reference [.required-for-hardware-jobs, needs]
18 - . _install/spirv2dxil_run.ps1
[all …]
Dgitlab-ci-inc.yml1 .windows-docker-tags:
3 - windows
4 - docker
5 - "2022"
6 - mesa
8 .windows-shell-tags:
10 - windows
11 - shell
12 - "2022"
13 - mesa
[all …]
/third_party/rust/rust/library/std/src/process/
Dtests.rs8 fn known_command() -> Command { in known_command()
9 if cfg!(windows) { Command::new("help") } else { Command::new("echo") } in known_command()
13 fn shell_cmd() -> Command { in shell_cmd()
18 fn shell_cmd() -> Command { in shell_cmd()
22 #[test]
25 let p = if cfg!(target_os = "windows") { in smoke()
28 shell_cmd().arg("-c").arg("true").spawn() in smoke()
35 #[test]
38 match Command::new("if-this-is-a-binary-then-the-world-has-ended").spawn() { in smoke_failure()
44 #[test]
[all …]
/third_party/pcre2/pcre2/doc/html/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
8 Stack size in Windows environments
9 Linking programs in Windows environments
10 Calling conventions in Windows environments
12 Building PCRE2 on Windows with CMake
13 Building PCRE2 on Windows with Visual Studio
26 configure/make (autotools) build system, as found in many Unix-like
30 There is also support for CMake, which some users prefer, especially in Windows
31 environments, though it can also be run in Unix-like environments. See the
32 section entitled "Building PCRE2 on Windows with CMake" below.
[all …]
/third_party/pcre2/pcre2/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
8 Stack size in Windows environments
9 Linking programs in Windows environments
10 Calling conventions in Windows environments
12 Building PCRE2 on Windows with CMake
13 Building PCRE2 on Windows with Visual Studio
26 configure/make (autotools) build system, as found in many Unix-like
30 There is also support for CMake, which some users prefer, especially in Windows
31 environments, though it can also be run in Unix-like environments. See the
32 section entitled "Building PCRE2 on Windows with CMake" below.
[all …]
/third_party/rust/rust/src/tools/clippy/.github/workflows/
Dclippy_bors.yml1 name: Clippy Test (bors)
6 - auto
7 - try
21 runs-on: ubuntu-latest
24 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
28 - name: Checkout
34 - name: Check Changelog
36 MESSAGE=$(git log --format=%B -n 1)
37 PR=$(echo "$MESSAGE" | grep -o "#[0-9]*" | head -1 | sed -e 's/^#//')
38 …body=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -s "https://api.github.com/repos…
[all …]
/third_party/grpc/tools/remote_build/
DREADME.md7 remote build and execution cluster), others will need to rely on local test runs
13 - See [Installing Bazel](https://docs.bazel.build/versions/master/install.html) for instructions ho…
15 - Setup Application Default Credentials (ADC) for running remote builds by following the ["Set cred…
20windows you need to be on windows etc. If you don't follow this guideline, the build might still a…
27 bazel --bazelrc=tools/remote_build/linux.bazelrc test --config=opt //test/...
33 bazel --bazelrc=tools/remote_build/linux.bazelrc test --config=asan //test/...
38 ### Windows subsection
41 # manual run of bazel tests remotely on RBE Windows (must be run from Windows machine)
42 bazel --bazelrc=tools/remote_build/windows.bazelrc test --config=windows_opt //test/...
51 The following setup will build and run test on you local mac machine, but will give
[all …]
/third_party/rust/crates/cxx/.github/workflows/
Dci.yml16 test:
20 runs-on: ${{matrix.os || 'ubuntu'}}-latest
22 fail-fast: false
25 - rust: nightly
26 - rust: beta
27 - rust: stable
28 - rust: 1.60.0
29 - rust: 1.64.0
30 - name: Cargo on macOS
33 - name: Cargo on Windows (msvc)
[all …]
/third_party/rust/crates/is-terminal/src/
Dlib.rs1 //! is-terminal is a simple utility that answers one question:
9 //! On Unix-family platforms, this is effectively the same as the [`isatty`]
11 //! accepts high-level stream types instead of raw file descriptors.
13 //! On Windows, it uses a variety of techniques to determine whether the
26 //! [`isatty`]: https://man7.org/linux/man-pages/man3/isatty.3.html
32 #[cfg(windows)]
34 #[cfg(windows)]
36 #[cfg(windows)]
51 fn is_terminal(&self) -> bool; in is_terminal()
57 fn is_terminal(&self) -> bool { in is_terminal()
[all …]
/third_party/rust/crates/atty/src/
Dlib.rs22 #[cfg(windows)]
25 #[cfg(windows)]
27 #[cfg(windows)]
40 pub fn is(stream: Stream) -> bool { in is()
53 pub fn is(stream: Stream) -> bool { in is()
65 #[cfg(windows)]
66 pub fn is(stream: Stream) -> bool { in is()
86 // we're in a Windows console and can therefore trust the negative. in is()
97 pub fn isnt(stream: Stream) -> bool { in isnt()
102 #[cfg(windows)]
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DdEQP.md3 drawElements (dEQP) is a very robust and comprehensive set of open-source
14 * `angle_deqp_gles2_no_gtest` for GLES 2.0 tests without google test suite
16 * `angle_deqp_gles3_no_gtest` for GLES 3.0 tests without google test suite
18 * `angle_deqp_egl_no_gtest` for EGL 1.x tests without google test suite
20 …le_deqp_gles31_no_gtest` for GLES 3.1 tests (currently very experimental) without google test suite
25 To run an individual test, use the `--deqp-case` flag on any of the `no_gtest` targets.
26 It supports simple wildcard support. For example: `--deqp-case=dEQP-
28 The `gtest` targets support wildcards via the `--gtest_filter` argument,
29 but have different test names.
32 `third_party/VK-GL-CTS/src/android/cts/master`. See `gles2-master.txt`,
[all …]
/third_party/rust/rust/src/tools/miri/
Dci.sh2 set -euo pipefail
6 set -x
18 export RUSTFLAGS="-D warnings"
20 export CARGO_EXTRA_FLAGS="--locked"
25 ./miri check --no-default-features # make sure this can be built
26 ./miri check --all-features # and this, too
27 ./miri build --all-targets # the build that all the `./miri test` below will use
31 # Test
33 if [ -n "${MIRI_TEST_TARGET+exists}" ]; then
39 ## ui test suite
[all …]
/third_party/rust/crates/io-lifetimes/.github/workflows/
Dmain.yml6 - main
12 runs-on: ubuntu-latest
14 - uses: actions/checkout@v3
17 - uses: ./.github/actions/install-rust
20 - run: cargo fmt --all -- --check
24 runs-on: ${{ matrix.os }}
29 - build: stable
30 os: ubuntu-latest
32 - build: nightly
33 os: ubuntu-latest
[all …]

12345678910>>...43