Home
last modified time | relevance | path

Searched refs:should (Results 1 – 25 of 6702) sorted by relevance

12345678910>>...269

/third_party/curl/tests/data/
Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dsub-webvttenc9 This text should be blue
10 This text should be red
11 This text should be black
18 This text should be small
19 This text should be normal
20 This text should be big
23 This should be an E with an accent: È
25 <b><i><u>This text should be bold, italics and underline</u></i></b>
26 This text should be small and green
27 This text should be small and red
[all …]
Dsub-textenc9 This text should be blue
10 This text should be red
11 This text should be black
20 This text should be small
21 This text should be normal
22 This text should be big
26 This should be an E with an accent: È
28 This text should be bold, italics and underline
29 This text should be small and green
30 This text should be small and red
[all …]
Dsub-srt15 …{\i0}{\b0}\N{\c&HFF0000&}This text should be blue{\c}\N{\c&HFF&}This text should be red{\c}\N{\c&H…
17 …0:07.50,Default,,0,0,0,,{\fs8}This text should be small{\fs}\NThis text should be normal\N{\fs35}T…
18should be an E with an accent: È\N日本語\N{\fs30}{\b1}{\i1}{\u1}This text should be bold, italics and…
19 …{\b1}This line should be bold{\b0}\N{\i1}This line should be italics{\i0}\N{\u1}This line should b…
21 …w the text in them\Nbut show un-closed invalid html tags\N{\u1}This text should be showed underlin…
22 Dialogue: 0,0:00:20.50,0:00:21.50,Default,,0,0,0,,This text should be in the normal position...
23 Dialogue: 0,0:00:21.50,0:00:22.50,Default,,0,0,0,,{\an5}{\pos(0,45)}This text should NOT be in the …
24 …fault,,0,0,0,,Implementation is the same of the ASS tag\N{\an8}This text should be at the\Ntop and…
25 Dialogue: 0,0:00:22.50,0:00:24.50,Default,,0,0,0,,{\an5}This text should be at the\Nmiddle and hori…
26 Dialogue: 0,0:00:22.50,0:00:24.50,Default,,0,0,0,,{\an2}This text should be at the\Nbottom and hori…
[all …]
/third_party/skia/resources/sksl/shared/
DDeadReturnES3.sksl6 continue; // should be eliminated
7 break; // should be eliminated
10 return false; // should be eliminated
16 continue; // should be eliminated
17 return false; // should be eliminated
26 break; // should be eliminated
27 return false; // should be eliminated
53 return false; // should be eliminated
66 break; // should be eliminated
67 continue; // should be eliminated
[all …]
/third_party/typescript/tests/baselines/reference/
DarrayAssignmentTest1.types44 * Type 2 of the following doesn't throw an error but should: {one: 1}, new() => SomeClass, SomeClas…
114 var i1_error: I1 = []; // should be an error - is
118 var c1_error: C1 = []; // should be an error - is
122 var c2_error: C2 = []; // should be an error - is
126 var c3_error: C3 = []; // should be an error - is
131 arr_any = arr_i1; // should be ok - is
136 arr_any = arr_c1; // should be ok - is
141 arr_any = arr_c2; // should be ok - is
146 arr_any = arr_c3; // should be ok - is
151 arr_i1 = arr_i1; // should be ok - subtype relationship - is
[all …]
DimplicitAnyCastedValue.types4 >function () { return <any>0; // this should not be an error} : () => any
6 return <any>0; // this should not be an error
14 return <any>"hello world"; // this should not be an error
22 bar = null; // this should be an error
26 foo = undefined; // this should be an error
33 return <any>0; // this should not be an error
38 public returnBarWithCase() { // this should not be an error
51 return <any>this.foo; // this should not be an error
62 getValue = null; // this should be an error
69 return <any>this.getValue; // this should not be an error
[all …]
DbadArraySyntax.errors.txt1 tests/cases/compiler/badArraySyntax.ts(6,16): error TS1011: An element access expression should tak…
2 tests/cases/compiler/badArraySyntax.ts(7,16): error TS1011: An element access expression should tak…
3 tests/cases/compiler/badArraySyntax.ts(8,21): error TS1011: An element access expression should tak…
4 tests/cases/compiler/badArraySyntax.ts(9,21): error TS1011: An element access expression should tak…
5 tests/cases/compiler/badArraySyntax.ts(10,30): error TS1011: An element access expression should ta…
6 tests/cases/compiler/badArraySyntax.ts(10,41): error TS1011: An element access expression should ta…
17 !!! error TS1011: An element access expression should take an argument.
20 !!! error TS1011: An element access expression should take an argument.
23 !!! error TS1011: An element access expression should take an argument.
26 !!! error TS1011: An element access expression should take an argument.
[all …]
DarrayAssignmentTest1.symbols45 * Type 2 of the following doesn't throw an error but should: {one: 1}, new() => SomeClass, SomeClas…
110 var i1_error: I1 = []; // should be an error - is
114 var c1_error: C1 = []; // should be an error - is
118 var c2_error: C2 = []; // should be an error - is
122 var c3_error: C3 = []; // should be an error - is
127 arr_any = arr_i1; // should be ok - is
131 arr_any = arr_c1; // should be ok - is
135 arr_any = arr_c2; // should be ok - is
139 arr_any = arr_c3; // should be ok - is
143 arr_i1 = arr_i1; // should be ok - subtype relationship - is
[all …]
DimplicitAnyCastedValue.errors.txt14 return <any>0; // this should not be an error
18 return <any>"hello world"; // this should not be an error
22 bar = null; // this should be an error
25 foo = undefined; // this should be an error
31 return <any>0; // this should not be an error
34 public returnBarWithCase() { // this should not be an error
39 return <any>this.foo; // this should not be an error
44 getValue = null; // this should be an error
51 return <any>this.getValue; // this should not be an error
57 return this.getValue; // this should not be an error
[all …]
DimplicitAnyCastedValue.symbols5 return <any>0; // this should not be an error
11 return <any>"hello world"; // this should not be an error
17 bar = null; // this should be an error
20 foo = undefined; // this should be an error
27 return <any>0; // this should not be an error
30 public returnBarWithCase() { // this should not be an error
42 return <any>this.foo; // this should not be an error
52 getValue = null; // this should be an error
58 return <any>this.getValue; // this should not be an error
67 return this.getValue; // this should not be an error
[all …]
DjsdocCatchClauseWithTypeAnnotation.types13 try { } catch (x) { } // should be OK
16 try { } catch (/** @type {any} */ err) { } // should be OK
19 try { } catch (/** @type {Any} */ err) { } // should be OK
22 try { } catch (/** @type {unknown} */ err) { } // should be OK
25 try { } catch (/** @type {Unknown} */ err) { } // should be OK
28 try { } catch (err) { err.foo; } // should be OK
34 try { } catch (/** @type {any} */ err) { err.foo; } // should be OK
40 try { } catch (/** @type {Any} */ err) { err.foo; } // should be OK
46 try { } catch (/** @type {unknown} */ err) { console.log(err); } // should be OK
54 try { } catch (/** @type {Unknown} */ err) { console.log(err); } // should be OK
[all …]
DjsdocCatchClauseWithTypeAnnotation.errors.txt20 try { } catch (x) { } // should be OK
21 try { } catch (/** @type {any} */ err) { } // should be OK
22 try { } catch (/** @type {Any} */ err) { } // should be OK
23 try { } catch (/** @type {unknown} */ err) { } // should be OK
24 try { } catch (/** @type {Unknown} */ err) { } // should be OK
25 try { } catch (err) { err.foo; } // should be OK
26 try { } catch (/** @type {any} */ err) { err.foo; } // should be OK
27 try { } catch (/** @type {Any} */ err) { err.foo; } // should be OK
28 try { } catch (/** @type {unknown} */ err) { console.log(err); } // should be OK
29 try { } catch (/** @type {Unknown} */ err) { console.log(err); } // should be OK
[all …]
DcatchClauseWithTypeAnnotation.types13 try { } catch (x) { } // should be OK
16 try { } catch (x: any) { } // should be OK
19 try { } catch (x: any1) { } // should be OK
22 try { } catch (x: unknown) { } // should be OK
25 try { } catch (x: unknown1) { } // should be OK
28 try { } catch (x) { x.foo; } // should be OK
34 try { } catch (x: any) { x.foo; } // should be OK
40 try { } catch (x: any1) { x.foo; } // should be OK
46 try { } catch (x: unknown) { console.log(x); } // should be OK
54 try { } catch (x: unknown1) { console.log(x); } // should be OK
[all …]
DarrayAssignmentTest1.errors.txt57 …* Type 2 of the following doesn't throw an error but should: {one: 1}, new() => SomeClass, SomeCla…
77 var i1_error: I1 = []; // should be an error - is
81 var c1_error: C1 = []; // should be an error - is
84 var c2_error: C2 = []; // should be an error - is
87 var c3_error: C3 = []; // should be an error - is
93 arr_any = arr_i1; // should be ok - is
94 arr_any = arr_c1; // should be ok - is
95 arr_any = arr_c2; // should be ok - is
96 arr_any = arr_c3; // should be ok - is
98 arr_i1 = arr_i1; // should be ok - subtype relationship - is
[all …]
DimplicitAnyInAmbientDeclaration2.d.types2 declare function foo(x); // this should be an error
6 declare var bar; // this should be be an erro
12 public publicMember; // this should be an error
15 private privateMember; // this should not be an error
18 public publicFunction(x); // this should be an error
22 private privateFunction(privateParam); // this should not be an error
26 private constructor(privateParam); // this should not be an error
33 public constructor(publicConsParam, int: number); // this should be an error
/third_party/glslang/Test/
Dprecise.tesc11 result = a * b + c * d; // c * d, a * b and rvalue1 + rvalue2 should be 'noContraction'.
19 result = a = b + 4; // b + 4 should be 'noContraction'.
26 b = a + b; // a + b should be 'noContraction'.
27 result = double(b); // convert operation should not be 'noContraction'.
40 a += 1; // a + 1 should not be 'noContraction'.
41 r2 = c; // The calculation of c should be 'noContration'.
42 return float(r1 + r2); // conversion should not be 'noContration'.
52 result += float(x) + float(y); // x + y should be 'noContraction' also result + rvalue.
55 // a's dereference + 2 should be 'noContraction'.
57 // result + 1 and 3 - rvalue should be 'noContraction'.
[all …]
Ddce.frag10 ++c; // should still show up in AST
14 flag ? ++c : ++c; // both should still show up in AST
20 ++c; // should still show up in AST
23 ++c; // should still show up in AST
29 ++c; // should still show up in AST
34 ++c; // should still show up in AST
37 ++c; // should still show up in AST
43 ++c; // should still show up in AST
46 int foo() // not called, but should still show up in AST
50 ++c; // should still show up in AST
[all …]
/third_party/node/test/parallel/
Dtest-runner-cli.js31 assert.match(stdout, /ok 1 - this should pass/);
32 assert.match(stdout, /not ok 2 - this should fail/);
34 assert.match(stdout, /ok 4 - this should pass/);
35 assert.match(stdout, /ok 5 - this should be skipped/);
36 assert.match(stdout, /ok 6 - this should be executed/);
45 assert.match(stdout, /ok 1 - this should pass/);
46 assert.match(stdout, /not ok 2 - this should fail/);
48 assert.match(stdout, /ok 4 - this should pass/);
49 assert.match(stdout, /ok 5 - this should be skipped/);
50 assert.match(stdout, /ok 6 - this should be executed/);
[all …]
Dtest-runner-run.mjs12 it('should run with no tests', async () => {
20 it('should fail with non existing file', async () => {
28 it('should succeed with a file', async () => {
36 it('should run same file twice', async () => {
44 it('should run a failed test', async () => {
52 it('should support timeout', async () => {
63 it('should validate files', async () => {
70 it('should be piped with dot', async () => {
78 it('should be piped with spec', async () => {
82 assert.match(stringResults[0], /this should pass/);
[all …]
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dls.js.test.cjs3 * It should be checked into source control and tracked carefully.
48 exports[`test/lib/commands/ls.js TAP ls --depth=0 > should output tree containing only top-level de…
55 exports[`test/lib/commands/ls.js TAP ls --depth=1 > should output tree containing top-level deps an…
63 exports[`test/lib/commands/ls.js TAP ls --dev > should output tree containing dev deps 1`] = `
71 exports[`test/lib/commands/ls.js TAP ls --link > should output tree containing linked deps 1`] = `
77 exports[`test/lib/commands/ls.js TAP ls --long --depth=0 > should output tree containing top-level …
94 exports[`test/lib/commands/ls.js TAP ls --long > should output tree info with descriptions 1`] = `
117 exports[`test/lib/commands/ls.js TAP ls --parseable --depth=0 > should output tree containing only …
123 exports[`test/lib/commands/ls.js TAP ls --parseable --depth=1 > should output parseable containing …
130 exports[`test/lib/commands/ls.js TAP ls --parseable --dev > should output tree containing dev deps …
[all …]
Dteam.js.test.cjs3 * It should be checked into source control and tracked carefully.
8 exports[`test/lib/commands/team.js TAP team add <scope:team> <user> --parseable > should output suc…
12 exports[`test/lib/commands/team.js TAP team add <scope:team> <user> default output > should output …
16 exports[`test/lib/commands/team.js TAP team create <scope:team> --parseable > should output parseab…
20 exports[`test/lib/commands/team.js TAP team create <scope:team> default output > should output succ…
24 exports[`test/lib/commands/team.js TAP team destroy <scope:team> --parseable > should output parsea…
28 exports[`test/lib/commands/team.js TAP team destroy <scope:team> default output > should output suc…
32 exports[`test/lib/commands/team.js TAP team ls <scope:team> --parseable > should list users for a p…
39 exports[`test/lib/commands/team.js TAP team ls <scope:team> default output > should list users for …
47 exports[`test/lib/commands/team.js TAP team ls <scope:team> no users > should list no users for a g…
[all …]
Doutdated.js.test.cjs3 * It should be checked into source control and tracked carefully.
8 exports[`test/lib/commands/outdated.js TAP aliases > should display aliased outdated dep output 1`]…
13 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --all > must match…
21 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --json --long > mu…
56 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --json > must matc…
87 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --long > must matc…
95 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --omit=dev --omit=…
102 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --omit=dev > must …
110 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --omit=prod > must…
117 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --parseable --long…
[all …]
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_shader_group_vote.txt62 (when condition is not met pixel should be filled with
68 as a parameter should diverge between invocations. All pixels
69 should have (0, 0, 0, 1) color.
72 as a parameter should be true for all invocations. All pixels
73 should have (1, 1, 1, 1) color.
78 as a parameter should be true for one invocation within the
79 group. All pixels should have (1, 1, 1, 1) color.
82 as a parameter should be false for every invocation within the
83 group. All pixels should have (0, 0, 0, 1) color.
88 passed as a parameter should diverge between invocations.
[all …]

12345678910>>...269