Home
last modified time | relevance | path

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

12345678910>>...27

/third_party/flutter/engine/flutter/fml/
Dcommand_line_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
17 TEST(CommandLineTest, Basic) { in TEST() function
19 const auto cl = CommandLineFromInitializerList( in TEST() local
20 {"my_program", "--flag1", "--flag2=value2", "arg1", "arg2", "arg3"}); in TEST()
22 EXPECT_TRUE(cl.has_argv0()); in TEST()
23 EXPECT_EQ("my_program", cl.argv0()); in TEST()
25 EXPECT_EQ(2u, cl.options().size()); in TEST()
26 EXPECT_EQ("flag1", cl.options()[0].name); in TEST()
27 EXPECT_EQ(std::string(), cl.options()[0].value); in TEST()
28 EXPECT_EQ("flag2", cl.options()[1].name); in TEST()
[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/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/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/flutter/skia/site/dev/contrib/
Dsubmit.md6 -------------
8 <!--?prettify lang=sh?-->
10 git config --global user.name "Your Name"
11 git config --global user.email you@example.com
14 --------------
18 <!--?prettify lang=sh?-->
21 git checkout -b my_feature origin/master
25 <!--?prettify lang=sh?-->
32 <!--?prettify lang=sh?-->
35 python2 tools/git-sync-deps
[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/mtdev/config-aux/
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/libffi/
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 …]
Dmsvcc.sh41 # GCC-compatible wrapper for cl.exe and ml.exe. Arguments are given in GCC
42 # format and translated into something sensible for cl or ml.
46 args="-nologo -W3"
50 cl="cl"
52 safeseh="-safeseh"
58 while [ $# -gt 0 ]
62 --verbose)
66 --version)
67 args="-help"
70 -fexceptions)
[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 …]
/third_party/flutter/skia/infra/bots/recipes/
Dg3_compile.py2 # Use of this source code is governed by a BSD-style license that can be
32 '--issue', issue,
33 '--patchset', patchset,
34 '--output_file', output_file,
39 # Add CL link if it exists in the output_file.
41 'Read task json', output_file, test_data={'cl': 12345})
42 if task_json.get('cl'):
43 api.step.active_result.presentation.links['CL link'] = (
44 'http://cl/%d' % task_json['cl'])
50 api.test('g3_compile_trybot') +
[all …]
/third_party/node/deps/cares/
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/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/flutter/skia/site/dev/testing/
Dskiagold.md5 --------
13 * Deviations from the baseline are triaged after a CL lands and images are
17 If a CL causes Skia to break it is reverted or an additional CL is landed to
19 * We test across a range of dimensions, e.g.:
21 - OS (Windows, Linux, Mac, Android, iOS)
22 - Architectures (Intel, ARM)
23 - Backends (CPU, OpenGL, Vulkan etc.)
24 - etc.
27 is in the [Skia Infra Repository](https://github.com/google/skia-buildbot).
30 ---------------------
[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/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcgryext-sse2.asm2 ; jcgryext.asm - grayscale colorspace conversion (64-bit SSE2)
7 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
20 ; --------------------------------------------------------------------------
36 %define wk(i) rbp - (WK_NUM - (i)) * SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
46 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
54 test rcx, rcx
68 test rax, rax
81 %if RGB_PIXELSIZE == 3 ; ---------------
87 test cl, SIZEOF_BYTE
92 test cl, SIZEOF_WORD
[all …]
/third_party/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/flutter/skia/third_party/externals/angle2/doc/
DContributingCode.md8 * If you would like bug-editing rights, simply ask a team member via email or the disussion group.
19 …t is used by [Chromium's gn build](https://www.chromium.org/developers/gn-build-configuration). If…
21-generated compiler sources. Download and install the latest 64-bit Bison and flex from official […
26 …* ANGLE uses trybots to test on a variety of platforms. Please run your changes against our bots a…
27 * Upload your change (see [Making changes](#making-changes)).
28 …* To kick of a try job, use the 'CQ Dry Run' button, or set the Commit-Queue +1 label to trigger a…
29 …* If you are not part of the `angle-committers` group, you will need to either ask to be added or …
30 … code review page. The bot results should be visible in Gerrit as yellow (in-progress), green (pas…
35 …* The [Top-of-Tree WebGL Conformance tests](https://www.khronos.org/registry/webgl/sdk/tests/webgl
37 …rmance. [Chrome Canary](https://www.google.com/chrome/browser/canary.html) is well-suited for this.
[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/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 …]

12345678910>>...27