Home
last modified time | relevance | path

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

12345678910>>...50

/third_party/node/deps/uv/
DChangeLog7 * aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili)
17 * ibmi: Implement UDP disconnect (V-for-Vasili)
23 * build: remove Windows 2016 workflows (Darshan Sen)
33 * build: re-enable CI for windows changes (Jameson Nash)
37 * test: remove unused declarations in tcp_rst test (V-for-Vasili)
39 * core: add thread-safe strtok implementation (Guilherme Íscaro)
41 * win: fix incompatible-types warning (twosee)
43 * test: fix flaky file watcher test (Ben Noordhuis)
45 * build: fix AIX xlc autotools build (V-for-Vasili)
51 * doc: make sample cross-platform build (gengjiawen)
[all …]
/third_party/libuv/
DChangeLog7 * aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili)
17 * ibmi: Implement UDP disconnect (V-for-Vasili)
23 * build: remove Windows 2016 workflows (Darshan Sen)
33 * build: re-enable CI for windows changes (Jameson Nash)
37 * test: remove unused declarations in tcp_rst test (V-for-Vasili)
39 * core: add thread-safe strtok implementation (Guilherme Íscaro)
41 * win: fix incompatible-types warning (twosee)
43 * test: fix flaky file watcher test (Ben Noordhuis)
45 * build: fix AIX xlc autotools build (V-for-Vasili)
51 * doc: make sample cross-platform build (gengjiawen)
[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/curl/
DMakefile.am21 # SPDX-License-Identifier: curl
27 ACLOCAL_AMFLAGS = -I m4
32 CMake/curl-config.cmake.in \
56 VC10_LIBTMPL = projects/Windows/VC10/lib/libcurl.tmpl
57 VC10_LIBVCXPROJ = projects/Windows/VC10/lib/libcurl.vcxproj.dist
59 VC10_SRCTMPL = projects/Windows/VC10/src/curl.tmpl
60 VC10_SRCVCXPROJ = projects/Windows/VC10/src/curl.vcxproj.dist
63 VC11_LIBTMPL = projects/Windows/VC11/lib/libcurl.tmpl
64 VC11_LIBVCXPROJ = projects/Windows/VC11/lib/libcurl.vcxproj.dist
66 VC11_SRCTMPL = projects/Windows/VC11/src/curl.tmpl
[all …]
DMakefile.in4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
37 # SPDX-License-Identifier: curl
61 # SPDX-License-Identifier: curl
85 # SPDX-License-Identifier: curl
99 if test -z '$(MAKELEVEL)'; then \
101 elif test -n '$(MAKE_HOST)'; then \
103 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
110 case $${target_option-} in \
113 "target option '$${target_option-}' specified" >&2; \
134 test $$skip_next = yes && { skip_next=no; continue; }; \
[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/node/
DBUILDING.md5 test suite to confirm that the binary works as intended is a good next step.
7 If you can reproduce a test failure, search for it in the
13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python](#note-about-python)
[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/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/mesa3d/src/microsoft/ci/
Dgitlab-ci.yml1 test-spirv2dxil-windows:
3 - .build-windows
4 - .use-windows_test_vs2019
5 - .spirv2dxil-test-rules
6 stage: layered-backends
8 - windows-vs2019
10 - windows-vs2019
11 - windows_test_vs2019
15 - . _install/spirv2dxil_run.ps1
20 - spirv2dxil_results.txt
[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
25 configure/make (autotools) build system, as found in many Unix-like
29 There is also support for CMake, which some users prefer, especially in Windows
30 environments, though it can also be run in Unix-like environments. See the
31 section entitled "Building PCRE2 on Windows with CMake" below.
[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
25 configure/make (autotools) build system, as found in many Unix-like
29 There is also support for CMake, which some users prefer, especially in Windows
30 environments, though it can also be run in Unix-like environments. See the
31 section entitled "Building PCRE2 on Windows with CMake" below.
[all …]
/third_party/node/deps/npm/tap-snapshots/test/lib/utils/
Derror-message.js.test.cjs2 * This snapshot file is auto-generated, but designed for humans.
4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
8 exports[`test/lib/utils/error-message.js TAP 404 cleans sensitive info from package id > must match…
18 "'http://evil:***@npmjs.org/not-found' is not in this registry.",
27 " 1. name can only contain URL-friendly characters",
50 exports[`test/lib/utils/error-message.js TAP 404 name with error > must match snapshot 1`] = `
92 exports[`test/lib/utils/error-message.js TAP 404 name with warning > must match snapshot 1`] = `
134 exports[`test/lib/utils/error-message.js TAP 404 no package id > must match snapshot 1`] = `
146 exports[`test/lib/utils/error-message.js TAP 404 you should publish it > must match snapshot 1`] = `
179 exports[`test/lib/utils/error-message.js TAP args are cleaned > must match snapshot 1`] = `
[all …]
/third_party/node/doc/contributing/maintaining/
Dmaintaining-shared-library-support.md5 as appropriate for the platform (for example libnode.dll on windows).
19 * Windows
24 On non-Windows platforms, Node.js is built with the shared library
25 option by adding `--shared` to the configure step. On Windows
31 * executable - node
32 * library - libnode
35 generated so that we can run the standard Node.js test suite
40 example, node.exe on windows and node on other platforms for
44 in a build on macOS `libnode.105.dylib`. For non-windows platforms
66 For the node wrapper on windows it is built expecting
[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/node/test/parallel/
Dtest-fs-readfilesync-enoent.js4 // This test is only relevant on Windows.
6 common.skip('Windows specific test.');
8 // This test ensures fs.realpathSync works on properly on Windows without
10 // https://github.com/nodejs/node-v0.x-archive/issues/3542
17 function test(p) { function
26 test(`//${os.hostname()}/c$/Windows/System32`);
27 test(`//${os.hostname()}/c$/Windows`);
28 test(`//${os.hostname()}/c$/`);
29 test(`\\\\${os.hostname()}\\c$\\`);
30 test('C:\\');
[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/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/rust/crates/which-rs/tests/
Dbasic.rs25 fn mk_bin(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in mk_bin()
36 fn touch(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in touch()
41 #[cfg(windows)]
42 fn mk_bin(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in mk_bin()
56 pub fn new() -> TestFixture { in new()
70 let p = tempdir.path().join("win-bin"); in new()
72 bins.push(mk_bin(&p, "win-bin", "exe").unwrap()); in new()
82 pub fn touch(&self, path: &str, extension: &str) -> io::Result<PathBuf> { in touch()
86 pub fn mk_bin(&self, path: &str, extension: &str) -> io::Result<PathBuf> { in mk_bin()
91 fn _which<T: AsRef<OsStr>>(f: &TestFixture, path: T) -> which::Result<which::CanonicalPath> { in _which()
[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 …]
/third_party/skia/third_party/externals/angle2/infra/specs/
Dangle.json4 "android-arm64-pixel4": {
9 "--use-angle=gles",
10 "-v",
11 "--shard-timeout=500"
36 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
39 "test": "angle_deqp_egl_tests", string
46 "--use-angle=vulkan",
47 "-v",
48 "--shard-timeout=500"
73 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
[all …]
/third_party/skia/third_party/externals/freetype/builds/dos/
Ddetect.mk6 # Copyright (C) 1996-2021 by
21 # Test for DJGPP by checking the DJGPP environment variable, which must be
25 # We test for the COMSPEC environment variable, then run the `ver'
26 # command-line program to see if its output contains the word `Dos' or
29 # If this is true, we are running a Dos-ish platform (or an emulation).
47 # We also try to recognize Dos 7.x without Windows 9X launched.
48 # See builds/windows/detect.mk for explanations about the logic.
53 # If windows is available, do not trigger this test.
55 is_dos := $(findstring Windows,$(strip $(shell ver)))
61 endif # test COMSPEC
[all …]
/third_party/rust/crates/lazy-static.rs/
Dappveyor.yml12 - TARGET: i686-pc-windows-gnu
14 - TARGET: i686-pc-windows-msvc
16 - TARGET: x86_64-pc-windows-gnu
18 - TARGET: x86_64-pc-windows-msvc
21 - TARGET: i686-pc-windows-gnu
23 - TARGET: i686-pc-windows-msvc
25 - TARGET: x86_64-pc-windows-gnu
27 - TARGET: x86_64-pc-windows-msvc
30 - TARGET: i686-pc-windows-gnu
32 - TARGET: i686-pc-windows-msvc
[all …]

12345678910>>...50