Home
last modified time | relevance | path

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

12345678910>>...24

/third_party/astc-encoder/Test/
Dastc_test_functional.py2 # SPDX-License-Identifier: Apache-2.0
3 # -----------------------------------------------------------------------------
4 # Copyright 2020-2023 Arm Limited
10 # http://www.apache.org/licenses/LICENSE-2.0
17 # -----------------------------------------------------------------------------
19 The functional test runner is a set of tests that validate the ``astcenc``
24 Due to the need to validate pixel colors in test images for both LDR and HDR
25 images, these tests rely on an HDRI-enabled build of ImageMagic being available
26 on the system path. To test if the version of ImageMagic on your system is
27 HDRI-enabled run:
[all …]
/third_party/skia/site/docs/dev/contrib/
Dsubmit.md1 ---
4 ---
8 <!--?prettify lang=sh?-->
10 git config --global user.name "Your Name"
11 git config --global user.email you@example.com
17 <!--?prettify lang=sh?-->
20 git checkout -b my_feature origin/main
24 <!--?prettify lang=sh?-->
31 <!--?prettify lang=sh?-->
34 python2 tools/git-sync-deps
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DTestingAndProcesses.md1 # Handling Test Failures
3 ANGLE is tested by a number of test suites, including by the ANGLE CI and Try testers, and by the
7 We run a large number of tests for each ANGLE CL, both in ANGLE standalone and Chromium
8 configurations, both pre- and post- commit. Some tests will fail, crash, or timeout. If these
9 cannot be addressed in a timely manner, file a bug and update test expectations files. Timeliness
11 suppress failures immediately; where a developer will typically delay landing their CL in favor of
12 fixing test failures.
17 as VVL). Validation errors will cause an otherwise-passing test to fail.
19 The [vulkan-deps into ANGLE AutoRoller](https://autoroll.skia.org/r/vulkan-deps-angle-autoroll)
20 updates ANGLE to the top-of-tree (ToT) upstream Vulkan tools and SDK. Sometimes validation errors
[all …]
DContributingCode.md7 ([angleproject][ANGLE-website]).
11 fixes) should generally be tracked in the bug system. Please [file a bug][anglebug-new] and
13 * If you would like bug-editing rights, simply ask a team member via email or the discussion group.
15 [ANGLE-website]: https://groups.google.com/forum/?fromgroups#!forum/angleproject
17 [anglebug-new]: http://anglebug.com/new
23 1. Must conform to the [ANGLE style][ANGLE-style] guidelines.
27 [ANGLE-style]: CodingStandard.md
35 2. ANGLE's BUILD.gn script is used by [Chromium's gn build][gn-build-config]. If you change build
43 `git cl upload` should warn you if you are missing this step.
45 [gn-build-config]: https://www.chromium.org/developers/gn-build-configuration
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dgitlab-ci.yml1 .llvmpipe-test:
3 - .llvmpipe-rules
7 FLAKES_CHANNEL: "#mesa-swrast-ci"
10 llvmpipe-piglit-cl:
12 - .test-cl
13 - .piglit-test
14 - .llvmpipe-test
15 - .llvmpipe-cl-rules
19 PIGLIT_PROFILES: cl
20 PIGLIT_RESULTS: "llvmpipe-cl"
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h1 //===- llvm/Transforms/Utils/SizeOpts.h - size optimization -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
20 extern llvm::cl::opt<bool> EnablePGSO;
21 extern llvm::cl::opt<bool> PGSOLargeWorkingSetSizeOnly;
22 extern llvm::cl::opt<bool> PGSOIRPassOrTestOnly;
23 extern llvm::cl::opt<bool> PGSOColdCodeOnly;
24 extern llvm::cl::opt<bool> ForcePGSO;
25 extern llvm::cl::opt<int> PgsoCutoffInstrProf;
[all …]
/third_party/skia/third_party/externals/microhttpd/
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2012-10-14.11; # UTC
6 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
50 if test -z "$file_conv"; then
52 case `uname -s` in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
[all …]
/third_party/skia/third_party/externals/libpng/
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
50 if test -z "$file_conv"; then
52 case `uname -s` in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
[all …]
/third_party/skia/site/docs/dev/testing/
Dskiagold.md1 ---
4 ---
13 - Baselines are managed in Gold outside of Git, but in lockstep with Git
15 - Each commit creates >500k images.
16 - Deviations from the baseline are triaged after a CL lands and images are
19 and requires a fix. If a CL causes Skia to break it is reverted or an
20 additional CL is landed to fix the problem.
21 - We test across a range of dimensions, e.g.:
23 - OS (Windows, Linux, Mac, Android, iOS)
24 - Architectures (Intel, ARM)
[all …]
Dautomated_testing.md2 ---
6 ---
10 --------
12 Skia uses [Swarming](https://github.com/luci/luci-py/blob/main/appengine/swarming/doc/Design.md)
18 The [Skia Task Scheduler](http://go/skia-task-scheduler) determines what tasks
38 has changed. There is also a test mode which simply verifies that the `tasks.json`
41 $ go run infra/bots/gen_tasks.go --test
46 --------
50 ask a committer. After uploading your CL to [Gerrit](https://skia-review.googlesource.com/),
52 Gerrit UI, using `git cl try`, eg.
[all …]
/third_party/protobuf/third_party/googletest/googlemock/build-aux/
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
50 if test -z "$file_conv"; then
52 case `uname -s` in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
[all …]
/third_party/protobuf/third_party/googletest/googletest/build-aux/
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
50 if test -z "$file_conv"; then
52 case `uname -s` in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
[all …]
/third_party/curl/
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
50 if test -z "$file_conv"; then
52 case `uname -s` in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
[all …]
/third_party/lame/
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
50 if test -z "$file_conv"; then
52 case `uname -s` in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
[all …]
/third_party/protobuf/
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
50 if test -z "$file_conv"; then
52 case `uname -s` in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
[all …]
/third_party/libevdev/build-aux/
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
50 if test -z "$file_conv"; then
52 case `uname -s` in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
[all …]
/third_party/ninja/src/
Dmsvc_helper_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
17 #include "test.h"
22 TEST(EscapeForDepfileTest, SpacesInFilename) { in TEST() function
27 TEST(MSVCHelperTest, EnvBlock) { in TEST() function
29 CLWrapper cl; in TEST() local
30 cl.SetEnvBlock(env_block); in TEST()
32 cl.Run("cmd /c \"echo foo is %foo%", &output); in TEST()
36 TEST(MSVCHelperTest, NoReadOfStderr) { in TEST() function
37 CLWrapper cl; in TEST() local
39 cl.Run("cmd /c \"echo to stdout&& echo to stderr 1>&2", &output); in TEST()
/third_party/curl/tests/libtest/
Dlib2306.c21 * SPDX-License-Identifier: curl
25 #include "test.h"
32 CURLcode test(char *URL) in test() function
35 CURL *cl; in test() local
40 easy_init(cl); in test()
41 easy_setopt(cl, CURLOPT_URL, URL); in test()
42 easy_setopt(cl, CURLOPT_VERBOSE, 1L); in test()
43 res = curl_easy_perform(cl); in test()
48 easy_setopt(cl, CURLOPT_URL, URL2); in test()
49 res = curl_easy_perform(cl); in test()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcgryext-sse2.asm2 ; jcgryext.asm - grayscale colorspace conversion (64-bit SSE2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
19 ; --------------------------------------------------------------------------
35 %define wk(i) rbp - (WK_NUM - (i)) * SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
45 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
53 test rcx, rcx
67 test rax, rax
80 %if RGB_PIXELSIZE == 3 ; ---------------
86 test cl, SIZEOF_BYTE
91 test cl, SIZEOF_WORD
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcgryext-sse2.asm2 ; jcgryext.asm - grayscale colorspace conversion (SSE2)
7 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
18 ; --------------------------------------------------------------------------
35 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_XMMWORD
38 %define gotptr wk(0) - SIZEOF_POINTER ; void * gotptr
47 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
62 test ecx, ecx
76 test eax, eax
93 %if RGB_PIXELSIZE == 3 ; ---------------
99 test cl, SIZEOF_BYTE
[all …]
Djcgryext-mmx.asm2 ; jcgryext.asm - grayscale colorspace conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
19 ; --------------------------------------------------------------------------
36 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_MMWORD
39 %define gotptr wk(0) - SIZEOF_POINTER ; void * gotptr
48 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
63 test ecx, ecx
77 test eax, eax
94 %if RGB_PIXELSIZE == 3 ; ---------------
100 test cl, SIZEOF_BYTE
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp1 //===-- HexagonMCTargetDesc.cpp - Hexagon Target Descriptions -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
54 cl::opt<bool> llvm::HexagonDisableCompound
55 ("mno-compound",
56 cl::desc("Disable looking for compound instructions for Hexagon"));
58 cl::opt<bool> llvm::HexagonDisableDuplex
59 ("mno-pairing",
60 cl::desc("Disable looking for duplex instructions for Hexagon"));
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSizeOpts.cpp1 //===-- SizeOpts.cpp - code size optimization related code ----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
17 cl::opt<bool> EnablePGSO(
18 "pgso", cl::Hidden, cl::init(true),
19 cl::desc("Enable the profile guided size optimizations. "));
21 cl::opt<bool> PGSOLargeWorkingSetSizeOnly(
22 "pgso-lwss-only", cl::Hidden, cl::init(true),
23 cl::desc("Apply the profile guided size optimizations only "
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceClFlags.def1 //===- subzero/src/IceClFlags.def - Cl Flags for translation ----*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
20 // (either single-, or multi-value), and whether or not the flag is available in
21 // non-LLVM_CL build.
24 // Single-value flag, available in a non-LLVM_CL build.
26 // Single-value flag, not available in a non-LLVM_CL build.
28 // Multi-value flag, not available in a non-LLVM_CL build.
35 X(IRFilename, std::string, release_opt_flag, cl::Positional, \
36 cl::desc("IR File"), cl::init("-")) \
[all …]
/third_party/skia/third_party/externals/icu/source/
DrunConfigureICU4 # Copyright (c) 1999-2015, International Business Machines Corporation and
16 if test $ec -eq 0
23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…
24 if test $ec -eq 0
28 Options: -h, --help Print this message and exit
29 --enable-debug Enable support for debugging
30 --disable-release Disable presetting optimization flags
35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
46 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
76 while test $# -ne 0
[all …]

12345678910>>...24