Home
last modified time | relevance | path

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

12345678910>>...282

/third_party/curl/tests/data/
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 …]
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 …]
/third_party/e2fsprogs/tests/f_expand/
Dexpect.1.gz
/third_party/e2fsprogs/tests/f_rebuild_csum_rootdir/
Dexpect.113 '..' in / (2) is <The NULL inode> (0), should be / (2).
23 Inode 11 ref count is 3, should be 2. Fix? yes
28 Inode 12 ref count is 2, should be 1. Fix? yes
33 Inode 13 ref count is 2, should be 1. Fix? yes
38 Inode 14 ref count is 2, should be 1. Fix? yes
43 Inode 15 ref count is 2, should be 1. Fix? yes
48 Inode 16 ref count is 2, should be 1. Fix? yes
53 Inode 17 ref count is 2, should be 1. Fix? yes
58 Inode 18 ref count is 2, should be 1. Fix? yes
63 Inode 19 ref count is 2, should be 1. Fix? yes
[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 …]
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
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 …]
DlambdaParamTypes.errors.txt19 // Below should all be OK
20 thing.doSomething((x, y) => x.name.charAt(0)); // x.name should be string, so should be OK
21 thing.doSomething((x, y) => x.id.toExponential(0)); // x.id should be string, so should be OK
22 thing.doSomething((x, y) => y.name.charAt(0)); // x.name should be string, so should be OK
23 thing.doSomething((x, y) => y.id.toExponential(0)); // x.id should be string, so should be OK
25 // Below should all be in error
32 thing.doSomething((x, y) => x.id.charAt(0)); // x.id should be number, no charAt member
35 …thing.doSomething((x, y) => x.name.toExponential(0)); // x.name should be string, no toExponential…
/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/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/
Derrors.def96 additionalItems: "'should NOT have more than {{=$schema.length}} items'",
97 … it.opts._errorDataPathProperty }}is an invalid additional property{{??}}should NOT have additiona…
98 anyOf: "'should match some schema in anyOf'",
99 const: "'should be equal to constant'",
100 contains: "'should contain a valid item'",
101 …dependencies: "'should have {{? $deps.length == 1 }}property {{= it.util.escapeQuotes($deps[0])…
102 'enum': "'should be equal to one of the allowed values'",
103 format: "'should match format \"{{#def.concatSchemaEQ}}\"'",
104 'if': "'should match \"' + {{=$ifClause}} + '\" schema'",
105 _limit: "'should be {{=$opStr}} {{#def.appendSchema}}",
[all …]
/third_party/boost/tools/quickbook/test/
Dhr-1_6.quickbook6 This should be a comment.
7 ] This should be displayed.
12 This should be a comment.
16 This should be a comment.
18 * This should be a list
20 ---- [/ This should be a comment]
21 * This should be a list
23 ---- [* This should be displayed. Maybe that's wrong?]
Dhr-1_5.quickbook6 This should be a comment.
7 ] This should be displayed.
12 This should be a comment.
16 This should be a comment.
18 * This should be a list
20 ---- [/ This should be a comment]
21 * This should be a list
/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 …]
/third_party/e2fsprogs/tests/f_orphan_dotdot_ft/
Dexpect.14 Inode 12, i_blocks is 2, should be 0. Fix? yes
7 Entry 'dir' in / (2) has an incorrect filetype (was 2, should be 6).
10 Entry '..' in <12>/<13> (13) has an incorrect filetype (was 2, should be 6).
13 Entry '..' in <12>/<14> (14) has an incorrect filetype (was 2, should be 6).
16 Entry '..' in <12>/<15> (15) has an incorrect filetype (was 2, should be 6).
30 Inode 2 ref count is 4, should be 3. Fix? yes
32 Inode 12 ref count is 2, should be 1. Fix? yes
34 Inode 13 ref count is 3, should be 2. Fix? yes
36 Inode 14 ref count is 3, should be 2. Fix? yes
38 Inode 15 ref count is 3, should be 2. Fix? yes
/third_party/e2fsprogs/tests/f_clear_xattr/
Dexpect.12 Inode 14, i_blocks is 2, should be 0. Fix? yes
4 Inode 12, i_blocks is 4, should be 2. Fix? yes
6 Inode 13, i_blocks is 2, should be 0. Fix? yes
8 Inode 15, i_blocks is 4, should be 2. Fix? yes
11 i_file_acl for inode 12 (/dir) is 22, should be zero.
14 i_file_acl for inode 13 (/file) is 22, should be zero.
17 i_file_acl for inode 14 (/symlink) is 22, should be zero.
20 i_file_acl for inode 15 (/long-symlink) is 23, should be zero.

12345678910>>...282