Home
last modified time | relevance | path

Searched full:test (Results 1 – 25 of 15959) sorted by relevance

12345678910>>...639

/third_party/typescript/tests/baselines/reference/
DmanyConstExports.types2 export const exp0 = "test";
3 >exp0 : "test"
4 >"test" : "test"
6 export const exp1 = "test";
7 >exp1 : "test"
8 >"test" : "test"
10 export const exp2 = "test";
11 >exp2 : "test"
12 >"test" : "test"
14 export const exp3 = "test";
[all …]
DmanyConstExports.js2 export const exp0 = "test";
3 export const exp1 = "test";
4 export const exp2 = "test";
5 export const exp3 = "test";
6 export const exp4 = "test";
7 export const exp5 = "test";
8 export const exp6 = "test";
9 export const exp7 = "test";
10 export const exp8 = "test";
11 export const exp9 = "test";
[all …]
DcontrolFlowManyCallExpressionStatementsPerf.js2 function test(x: boolean): boolean { return x; }
7 test(state as any && state);
8 test(state as any && state);
9 test(state as any && state);
10 test(state as any && state);
11 test(state as any && state);
12 test(state as any && state);
13 test(state as any && state);
14 test(state as any && state);
15 test(state as any && state);
[all …]
DprivateNameFieldUnaryMutation.types5 #test: number = 24;
6 >#test : number
10 this.#test++;
11 >this.#test++ : number
12 >this.#test : number
15 this.#test--;
16 >this.#test-- : number
17 >this.#test : number
20 ++this.#test;
21 >++this.#test : number
[all …]
DmanyConstExports.symbols2 export const exp0 = "test";
5 export const exp1 = "test";
8 export const exp2 = "test";
11 export const exp3 = "test";
14 export const exp4 = "test";
17 export const exp5 = "test";
20 export const exp6 = "test";
23 export const exp7 = "test";
26 export const exp8 = "test";
29 export const exp9 = "test";
[all …]
DcontrolFlowManyCallExpressionStatementsPerf.types2 function test(x: boolean): boolean { return x; }
3 >test : (x: boolean) => boolean
14 test(state as any && state);
15 >test(state as any && state) : boolean
16 >test : (x: boolean) => boolean
22 test(state as any && state);
23 >test(state as any && state) : boolean
24 >test : (x: boolean) => boolean
30 test(state as any && state);
31 >test(state as any && state) : boolean
[all …]
/third_party/typescript/tests/cases/compiler/
DmanyConstExports.ts3 export const exp0 = "test";
4 export const exp1 = "test";
5 export const exp2 = "test";
6 export const exp3 = "test";
7 export const exp4 = "test";
8 export const exp5 = "test";
9 export const exp6 = "test";
10 export const exp7 = "test";
11 export const exp8 = "test";
12 export const exp9 = "test";
[all …]
/third_party/mesa3d/src/microsoft/ci/
Dspirv2dxil_reference.txt1 Test:ConvertResultSignedness_SpvParserHandleTest_SampledImageAccessTest_Variable_0.spvasm:main|Frag…
2 Test:ConvertResultSignedness_SpvParserHandleTest_SampledImageAccessTest_Variable_1.spvasm:main|Frag…
3 Test:ConvertResultSignedness_SpvParserHandleTest_SampledImageAccessTest_Variable_2.spvasm:main|Frag…
4 Test:ConvertResultSignedness_SpvParserHandleTest_SampledImageAccessTest_Variable_3.spvasm:main|Frag…
5 Test:ConvertResultSignedness_SpvParserHandleTest_SampledImageAccessTest_Variable_4.spvasm:main|Frag…
6 Test:ConvertResultSignedness_SpvParserHandleTest_SampledImageAccessTest_Variable_5.spvasm:main|Frag…
7 Test:ConvertResultSignedness_SpvParserHandleTest_SampledImageAccessTest_Variable_6.spvasm:main|Frag…
8 Test:ConvertUintCoords_Arrayed_SpvParserHandleTest_ImageCoordsTest_MakeCoordinateOperandsForImageAc…
9 Test:ConvertUintCoords_Arrayed_SpvParserHandleTest_ImageCoordsTest_MakeCoordinateOperandsForImageAc…
10 Test:ConvertUintCoords_Arrayed_SpvParserHandleTest_ImageCoordsTest_MakeCoordinateOperandsForImageAc…
[all …]
/third_party/libabigail/tests/data/
DMakefile.am3 test-read-write/test0.xml \
4 test-read-write/test1.xml \
5 test-read-write/test2.xml \
6 test-read-write/test3.xml \
7 test-read-write/test4.xml \
8 test-read-write/test5.xml \
9 test-read-write/test6.xml \
10 test-read-write/test7.xml \
11 test-read-write/test8.xml \
12 test-read-write/test9.xml \
[all …]
/third_party/protobuf/objectivec/ProtocolBuffers_tvOS.xcodeproj/xcshareddata/xcschemes/
DPerformanceTests.xcscheme55 <Test
57 </Test>
58 <Test
60 </Test>
61 <Test
63 </Test>
64 <Test
66 </Test>
67 <Test
69 </Test>
[all …]
/third_party/node/deps/uv/
DMakefile.am122 EXTRA_DIST = test/fixtures/empty_file \
123 test/fixtures/load_error.node \
124 test/fixtures/lorem_ipsum.txt \
134 TESTS = test/run-tests
135 check_PROGRAMS = test/run-tests
145 test_run_tests_SOURCES = test/blackhole-server.c \
146 test/echo-server.c \
147 test/run-tests.c \
148 test/runner.c \
149 test/runner.h \
[all …]
DCMakeLists.txt5 cmake_policy(SET CMP0064 NEW) # Support if (TEST) operator
171 list(APPEND uv_test_sources src/win/snprintf.c test/runner-win.c)
199 list(APPEND uv_test_sources test/runner-unix.c)
432 test/benchmark-async-pummel.c
433 test/benchmark-async.c
434 test/benchmark-fs-stat.c
435 test/benchmark-getaddrinfo.c
436 test/benchmark-loop-count.c
437 test/benchmark-queue-work.c
438 test/benchmark-million-async.c
[all …]
/third_party/libuv/
DMakefile.am122 EXTRA_DIST = test/fixtures/empty_file \
123 test/fixtures/load_error.node \
124 test/fixtures/lorem_ipsum.txt \
134 TESTS = test/run-tests
135 check_PROGRAMS = test/run-tests
145 test_run_tests_SOURCES = test/blackhole-server.c \
146 test/echo-server.c \
147 test/run-tests.c \
148 test/runner.c \
149 test/runner.h \
[all …]
DCMakeLists.txt5 cmake_policy(SET CMP0064 NEW) # Support if (TEST) operator
171 list(APPEND uv_test_sources src/win/snprintf.c test/runner-win.c)
199 list(APPEND uv_test_sources test/runner-unix.c)
432 test/benchmark-async-pummel.c
433 test/benchmark-async.c
434 test/benchmark-fs-stat.c
435 test/benchmark-getaddrinfo.c
436 test/benchmark-loop-count.c
437 test/benchmark-queue-work.c
438 test/benchmark-million-async.c
[all …]
/third_party/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/
DPerformanceTests.xcscheme41 <Test
43 </Test>
44 <Test
46 </Test>
47 <Test
49 </Test>
50 <Test
52 </Test>
53 <Test
55 </Test>
[all …]
/third_party/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/
DPerformanceTests.xcscheme41 <Test
43 </Test>
44 <Test
46 </Test>
47 <Test
49 </Test>
50 <Test
52 </Test>
53 <Test
55 </Test>
[all …]
/third_party/jerryscript/tests/
Dtest262-es6-excludelist.xml3 <test id="annexB/B.2.2.1.1.js"><reason></reason></test>
4 <test id="annexB/B.2.2.1.2.js"><reason></reason></test>
5 <test id="annexB/B.2.3.10.js"><reason></reason></test>
6 <test id="annexB/B.2.3.11.js"><reason></reason></test>
7 <test id="annexB/B.2.3.12.js"><reason></reason></test>
8 <test id="annexB/B.2.3.13.js"><reason></reason></test>
9 <test id="annexB/B.2.3.14.js"><reason></reason></test>
10 <test id="annexB/B.2.3.2.js"><reason></reason></test>
11 <test id="annexB/B.2.3.3.js"><reason></reason></test>
12 <test id="annexB/B.2.3.4.js"><reason></reason></test>
[all …]
/third_party/icu/icu4c/source/test/letest/
Dgendata.xml11 <test-case id="Ghita" script="deva">
12 <test-font name="raghu.ttf"/>
13test-text>श्रीमद् भगवद्गीता अध्याय अर्जुन विषाद योग धृतराष्ट्र उवाचृ धर्मक्षेत्रे कुरुक्षेत्रे समव…
14 </test-case>
16 <test-case id="Arabic" script="arab">
17 <test-font name="CODE2000.TTF"/>
18test-text>أساسًا، تتعامل الحواسيب فقط مع الأرقام، وتقوم بتخزين الأحرف والمحارف الأخرى بعد أن تُعطي…
19 </test-case>
21 <test-case id="Unicode Arabic" script="arab">
22 <test-font name="LucidaSansRegular.ttf"/>
[all …]
/third_party/node/test/
Droot.status2 js-native-api/test_cannot_run_js/test: PASS,FLAKY
5 async-hooks/test-callback-error: SLOW
6 async-hooks/test-emit-init: SLOW
7 async-hooks/test-querywrap: SLOW
8 async-hooks/test-tlswrap: SLOW
11 parallel/test-buffer-constructor-node-modules-paths: SLOW
12 parallel/test-buffer-indexof: SLOW
13 parallel/test-child-process-spawnsync-input: SLOW
14 parallel/test-child-process-windows-hide: SLOW
15 parallel/test-cli-eval: SLOW
[all …]
/third_party/libabigail/tests/
Dtest-abidiff-exit.cc16 /// This is an aggregate that specifies where a test shall get its
27 #include "test-utils.h"
49 "data/test-abidiff-exit/test1-voffset-change-v0.o",
50 "data/test-abidiff-exit/test1-voffset-change-v1.o",
57 "data/test-abidiff-exit/test1-voffset-change-report0.txt",
58 "output/test-abidiff-exit/test1-voffset-change-report0.txt"
61 "data/test-abidiff-exit/test1-voffset-change-v0.o",
62 "data/test-abidiff-exit/test1-voffset-change-v1.o",
63 "data/test-abidiff-exit/test1-voffset-change.abignore",
68 "data/test-abidiff-exit/test1-voffset-change-report1.txt",
[all …]
Dtest-diff-filter.cc13 /// reference report, the test has failed. Note that the comparison
28 #include "test-utils.h"
33 /// This is an aggregate that specifies where a test shall get its
47 "data/test-diff-filter/test0-v0.o",
48 "data/test-diff-filter/test0-v1.o",
50 "data/test-diff-filter/test0-report.txt",
51 "output/test-diff-filter/test0-report.txt",
54 "data/test-diff-filter/test0-v0.o",
55 "data/test-diff-filter/test0-v1.o",
58 "data/test-diff-filter/test01-report.txt",
[all …]
Dtest-abidiff.cc12 /// is different from the reference report, the test has failed.
23 #include "test-utils.h"
42 "data/test-abidiff/test-enum0-v0.cc.bi",
43 "data/test-abidiff/test-enum0-v1.cc.bi",
44 "data/test-abidiff/test-enum0-report.txt",
45 "output/test-abidiff/test-enum0-report.txt"
48 "data/test-abidiff/test-enum1-v0.cc.bi",
49 "data/test-abidiff/test-enum1-v1.cc.bi",
50 "data/test-abidiff/test-enum1-report.txt",
51 "output/test-abidiff/test-enum1-report.txt"
[all …]
Dtest-read-ctf.cc21 #include "test-read-common.h"
41 "data/test-read-ctf/test0",
45 "data/test-read-ctf/test0.abi",
46 "output/test-read-ctf/test0.abi",
50 "data/test-read-ctf/test0",
54 "data/test-read-ctf/test0.hash.abi",
55 "output/test-read-ctf/test0.hash.abi",
59 "data/test-read-ctf/test1.so",
63 "data/test-read-ctf/test1.so.abi",
64 "output/test-read-ctf/test1.so.abi",
[all …]
/third_party/python/PCbuild/
Dlib.pyproj87 <Compile Include="ctypes\test\test_anon.py" />
88 <Compile Include="ctypes\test\test_arrays.py" />
89 <Compile Include="ctypes\test\test_array_in_pointer.py" />
90 <Compile Include="ctypes\test\test_as_parameter.py" />
91 <Compile Include="ctypes\test\test_bitfields.py" />
92 <Compile Include="ctypes\test\test_buffers.py" />
93 <Compile Include="ctypes\test\test_bytes.py" />
94 <Compile Include="ctypes\test\test_byteswap.py" />
95 <Compile Include="ctypes\test\test_callbacks.py" />
96 <Compile Include="ctypes\test\test_cast.py" />
[all …]
/third_party/openssl/test/
Dtest_test.c22 #define TEST(expected, test) test_case((expected), #test, (test)) argument
24 static int test_case(int expected, const char *test, int result) in test_case() argument
27 fprintf(stderr, "# FATAL: %s != %d\n", test, expected); in test_case()
35 if (!TEST(1, TEST_int_eq(1, 1)) in test_int()
36 || !TEST(0, TEST_int_eq(1, -1)) in test_int()
37 || !TEST(1, TEST_int_ne(1, 2)) in test_int()
38 || !TEST(0, TEST_int_ne(3, 3)) in test_int()
39 || !TEST(1, TEST_int_lt(4, 9)) in test_int()
40 || !TEST(0, TEST_int_lt(9, 4)) in test_int()
41 || !TEST(1, TEST_int_le(4, 9)) in test_int()
[all …]

12345678910>>...639