Home
last modified time | relevance | path

Searched full:buildtest (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Tools/msi/
Dbuild.bat9 set BUILDTEST= variable
18 if "%~1" EQU "--no-test-marker" (set BUILDTEST=) && shift && goto CheckOpts variable
19 if "%~1" EQU "--test-marker" (set BUILDTEST=--test-marker) && shift && goto CheckOpts variable
30 call "%PCBUILD%build.bat" -d -e %REBUILD% %BUILDTEST%
32 call "%PCBUILD%build.bat" -e %REBUILD% %BUILDTEST%
36 call "%PCBUILD%build.bat" -p x64 -d -e %REBUILD% %BUILDTEST%
38 call "%PCBUILD%build.bat" -p x64 -e %REBUILD% %BUILDTEST%
51 if defined BUILDTEST (
/third_party/flutter/flutter/packages/flutter/test/widgets/
Ddismissible_test.dart18 Widget buildTest({
238 await tester.pumpWidget(buildTest());
256 await tester.pumpWidget(buildTest());
274 await tester.pumpWidget(buildTest(startToEndThreshold: 0.95));
300 await tester.pumpWidget(buildTest());
318 await tester.pumpWidget(buildTest());
336 await tester.pumpWidget(buildTest());
352 await tester.pumpWidget(buildTest(textDirection: TextDirection.rtl));
368 await tester.pumpWidget(buildTest(textDirection: TextDirection.rtl));
386 await tester.pumpWidget(buildTest());
[all …]
Dnested_scroll_view_test.dart25 Widget buildTest({ ScrollController controller, String title = 'TTTTTTTT' }) {
117 await tester.pumpWidget(buildTest());
135 await tester.pumpWidget(buildTest());
156 await tester.pumpWidget(buildTest());
170 await tester.pumpWidget(buildTest());
226 await tester.pumpWidget(buildTest(controller: controller));
283 buildTest(controller: controller, title: 'Page0'),
284 buildTest(controller: controller, title: 'Page1'),
285 buildTest(controller: controller, title: 'Page2'),
/third_party/ninja/src/
Dbuild_test.cc488 struct BuildTest : public StateTestWithBuiltinRules, public BuildLogUser { struct
489 BuildTest() : config_(MakeConfig()), command_runner_(&fs_), status_(config_), in BuildTest() argument
493 explicit BuildTest(DepsLog* log) in BuildTest() argument
510 ~BuildTest() { in ~BuildTest() argument
539 void BuildTest::RebuildTarget(const string& target, const char* manifest, in RebuildTarget() argument
721 void BuildTest::Dirty(const string& path) { in Dirty()
731 TEST_F(BuildTest, NoWork) { in TEST_F() argument
736 TEST_F(BuildTest, OneStep) { in TEST_F() argument
750 TEST_F(BuildTest, OneStep2) { in TEST_F() argument
764 TEST_F(BuildTest, TwoStep) { in TEST_F() argument
[all …]
/third_party/icu/docs/ide4c/vscode/
Dlaunch.json37 "preLaunchTask": "buildTest"
68 "preLaunchTask": "buildTest"
99 "preLaunchTask": "buildTest"
Dtasks.json27 "label": "buildTest", // for building test cases before running it.
/third_party/openssl/.github/workflows/
Dci.yml67 …run: CPPFLAGS=-ansi ./config --banner=Configured no-asm no-makedepend enable-buildtest-c++ enable-…
224 buildtest:
229 …run: ./config --banner=Configured no-asm no-makedepend enable-buildtest-c++ enable-fips --strict-w…
Dcoveralls.yml30 …eak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-exter…
Drun-checker-daily.yml34 no-buildtest-c++,
/third_party/openssl/
DINSTALL.md575 ### enable-buildtest-c++
577 While testing, generate C++ buildtest files that simply check that the public
1110 `enable-external-tests` and `enable-buildtest-c++`.
DConfigure413 "buildtest-c++",
538 "buildtest-c++" => "default",
1802 if (!grep { $what eq $_ } ( 'buildtest-c++', 'fips', 'threads', 'shared',
DCHANGES.md1856 'enable-buildtest-c++'.
2475 'enable-buildtest-c++'.
/third_party/openssl/test/
Dbuild.info940 $OUT .= <<"_____" if $config{CXX} && !$disabled{"buildtest-c++"};
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6679 buildTest(); in FuncCase()
6688 void buildTest (void);
6701 void FuncCase<Sig>::buildTest (void) in buildTest() function in vkt::shaderexecutor::FuncCase
6736 buildTest(); in InOutFuncCase()
6744 void buildTest (void);
6757 void InOutFuncCase<Sig>::buildTest (void) in buildTest() function in vkt::shaderexecutor::InOutFuncCase