Home
last modified time | relevance | path

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

12345678910>>...47

/external/bazelbuild-rules_python/.bazelci/
Dpresubmit.yml7 # http://www.apache.org/licenses/LICENSE-2.0
15 ---
17 # keep these arguments in sync with .pre-commit-config.yaml
26 bazel: 6.0.0 # test minimum supported version of bazel for bzlmod tests
29 - "--"
30 - "..."
31 # As a regression test for #225, check that wheel targets still build when
33 - "@rules_python//examples/wheel/..."
35 - "--keep_going"
37 - "--"
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DWindowsPathTypeTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
19 import static com.google.common.jimfs.PathType.windows;
29 import org.junit.Test;
41 @Test
43 PathType windows = PathType.windows(); in testWindows() local
44 assertThat(windows.getSeparator()).isEqualTo("\\"); in testWindows()
45 assertThat(windows.getOtherSeparators()).isEqualTo("/"); in testWindows()
48 PathType.ParseResult path = windows.parsePath("C:\\\\foo\\bar"); in testWindows()
50 assertThat(windows.toString(path.root(), path.names())).isEqualTo("C:\\foo\\bar"); in testWindows()
52 PathType.ParseResult path2 = windows.parsePath("foo/bar/"); in testWindows()
[all …]
/external/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 …]
/external/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 …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dnmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Windows NMake x86
12 os: windows-2022
14 vc-vars: x86
16 - name: Windows NMake x64 compat
17 os: windows-2022
19 vc-vars: x86_amd64
20 additional-args: ZLIB_COMPAT=yes
[all …]
/external/python/cpython3/.azure-pipelines/
Dwindows-release.yml4 - name: GitRemote
9 - 'python'
10 - 'pablogsal'
11 - 'ambv'
12 - '(Other)'
13 - name: GitRemote_Other
17 - name: SourceTag
21 - name: DoPublish
25 - name: SigningCertificate
30 - 'Python Software Foundation'
[all …]
/external/sdv/vsomeip/third_party/boost/process/test/
DJamfile.jam27 <target-os>windows:<define>WIN32_LEAN_AND_MEAN
28 <target-os>linux:<linkflags>-lpthread
45 lib multi_ref : multi_ref1.cpp multi_ref2.cpp system : <target-os>windows:<source>shell32 ;
48 <warnings>off <target-os>windows:<source>shell32 <target-os>windows:<source>Ntdll
52 <warnings>off <target-os>windows:<source>shell32
55 …cpp program_options iostreams system filesystem : <warnings>off <target-os>windows:<source>shell32…
57 rule test-options ( name )
59 if "--boost-process-report-ci" in [ modules.peek : ARGV ]
61 …eturn --log_sink=log_$(name).xml --log_format=XML --log_level=error --report_sink=report_$(name).x…
65 return --log_level=error --report_level=detailed -- ;
[all …]
/external/scapy/test/
Dmock_windows.uts1 % Regression tests on Windows only for Scapy
9 = Automaton - SelectableSelector system timeout
20 + Windows Networking tests
26 from scapy.arch.windows import _read_routes6_post2008
39-992C-4964-B000-3E7C0F76E8BA}', 'name': 'Killer E2200 Gigabit Ethernet Controller', 'description':…
52 @mock.patch("scapy.arch.windows.construct_source_candidate_set")
53 @mock.patch("scapy.arch.windows.get_if_list")
54 @mock.patch("scapy.arch.windows.dev_from_index")
55 @mock.patch("scapy.arch.windows.POWERSHELL_PROCESS.query")
57 """Test read_routes6() on Windows"""
[all …]
/external/rust/crates/num_cpus/.github/workflows/
Dci.yml6 - master
13 ci-pass:
15 runs-on: ubuntu-latest
17 - msrv
18 - test-linux
19 - test-macos
20 - test-windows
21 - build-cross
22 - test-cgroups
24 - run: exit 0
[all …]
/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/target_cfg_features/
Dmetadata.json9 "development-tools::build-utils"
18 "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
24 "license": "Apache-2.0 OR MIT",
27 …"manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/Cargo.t…
34 "source": "registry+https://github.com/rust-lang/crates.io-index",
47 … "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs",
48 "test": true boolean
61 …"src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/int…
62 "test": false boolean
75 …"src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/pat…
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/util/
DSQLiteLibraryLoaderTest.java7 import androidx.test.ext.junit.runners.AndroidJUnit4;
10 import org.junit.Test;
18 private static final SQLiteLibraryLoader.LibraryNameMapper WINDOWS = field in SQLiteLibraryLoaderTest
22 private static final String OS_NAME_WINDOWS_XP = "Windows XP";
23 private static final String OS_NAME_WINDOWS_7 = "Windows 7";
24 private static final String OS_NAME_WINDOWS_10 = "Windows 10";
57 @Test
65 @Test
67 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), OS_NAME_WINDOWS_XP, OS_ARCH_X86)) in shouldFindLibraryForWindowsXPX86()
68 .isEqualTo("sqlite4java/win32-x86/sqlite4java.dll"); in shouldFindLibraryForWindowsXPX86()
[all …]
/external/freetype/builds/windows/
Ddetect.mk6 # Copyright (C) 1996-2023 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 …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 permissions: read-all
9 - "*" # new tag version, like `0.8.4` or else
11 - master
14 - master
17 build-linux:
21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }}
22 digests-clang: ${{ steps.hash-clang.outputs.hashes }}
24 runs-on: ubuntu-latest
27 cxx: [g++-10, clang++-12]
28 fail-fast: false
[all …]
/external/rust/crates/linkme/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
19 test:
23 runs-on: ${{matrix.os}}-latest
25 fail-fast: false
30 - name: macOS
33 - name: Windows (gnu)
34 os: windows
35 rust: nightly-x86_64-pc-windows-gnu
36 - name: Windows (msvc)
37 os: windows
[all …]
/external/rust/crates/tokio/
DCargo.toml.orig4 # - Remove path dependencies
5 # - Update doc url
6 # - README.md
7 # - Update CHANGELOG.md.
8 # - Create "v1.x.y" git tag.
11 rust-version = "1.63"
15 repository = "https://github.com/tokio-rs/tokio"
18 An event-driven, non-blocking I/O platform for writing asynchronous I/O
21 categories = ["asynchronous", "network-programming"]
22 keywords = ["io", "async", "non-blocking", "futures"]
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/.github/workflows/
Dpython_tests.yml6 - main
7 - '[0-9]+.x'
10 - main
11 - '[0-9]+.x'
17 runs-on: ubuntu-large
21 …DOCKER_IMAGE: us-docker.pkg.dev/protobuf-build/release-containers/linux/apple@sha256:bb1d147384499…
24 - uses: actions/checkout@v2
25 - name: Set up Cloud SDK
26 uses: google-github-actions/auth@v0
30 - name: Use gcloud CLI
[all …]
/external/pcre/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 …]
/external/pcre/
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 …]
/external/webrtc/modules/video_capture/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
45 absl_deps = [ "//third_party/abseil-cpp/absl/strings" ]
78 "windows/device_info_ds.cc",
79 "windows/device_info_ds.h",
80 "windows/help_functions_ds.cc",
81 "windows/help_functions_ds.h",
82 "windows/sink_filter_ds.cc",
83 "windows/sink_filter_ds.h",
84 "windows/video_capture_ds.cc",
85 "windows/video_capture_ds.h",
[all …]
/external/rust/crates/tokio/src/signal/windows/
Dsys.rs10 pub(super) fn ctrl_break() -> io::Result<RxFuture> { in ctrl_break()
14 pub(super) fn ctrl_close() -> io::Result<RxFuture> { in ctrl_close()
18 pub(super) fn ctrl_c() -> io::Result<RxFuture> { in ctrl_c()
22 pub(super) fn ctrl_logoff() -> io::Result<RxFuture> { in ctrl_logoff()
26 pub(super) fn ctrl_shutdown() -> io::Result<RxFuture> { in ctrl_shutdown()
30 fn new(signum: u32) -> io::Result<RxFuture> { in new()
46 fn init() -> Self { in init()
58 fn event_info(&self, id: EventId) -> Option<&EventInfo> { in event_info()
85 fn init() -> Self { in init()
90 fn global_init() -> io::Result<()> { in global_init()
[all …]
/external/jazzer-api/
D.bazelrc2 startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
3 build --incompatible_strict_action_env
4 build --sandbox_tmpfs_path=/tmp
5 build --enable_platform_specific_config
6 build -c opt
8 build --nozip_undeclared_test_outputs
11 # GCC is supported on a best-effort basis.
12 common --repo_env=CC=clang
13 build --incompatible_enable_cc_toolchain_resolution
14 # Required by abseil-cpp.
[all …]
/external/sdv/vsomeip/third_party/boost/config/.github/workflows/
Dci.yml10 ubuntu-focal:
11 runs-on: ubuntu-20.04
13 fail-fast: false
15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]
/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_optional_deps_enabled/
Dmetadata.json9 "no-std"
21 "source": "registry+https://github.com/rust-lang/crates.io-index",
28 "name": "rustc-std-workspace-core",
33 "source": "registry+https://github.com/rust-lang/crates.io-index",
45 "source": "registry+https://github.com/rust-lang/crates.io-index",
57 "source": "registry+https://github.com/rust-lang/crates.io-index",
69 "source": "registry+https://github.com/rust-lang/crates.io-index",
81 "source": "registry+https://github.com/rust-lang/crates.io-index",
93 "source": "registry+https://github.com/rust-lang/crates.io-index",
105 "source": "registry+https://github.com/rust-lang/crates.io-index",
[all …]
/external/grpc-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 …]

12345678910>>...47