/third_party/skia/tests/sksl/errors/ |
D | CanExitWithoutReturningValue.glsl | 3 error: 6: function 'if_only' can exit without returning a value 4 error: 7: function 'return_on_if_but_not_else' can exit without returning a value 5 error: 8: function 'return_on_else_but_not_if' can exit without returning a value 6 error: 10: function 'for_with_conditional_return' can exit without returning a value 7 error: 11: function 'for_with_conditional_break' can exit without returning a value 8 error: 12: function 'for_with_conditional_continue' can exit without returning a value 9 error: 14: function 'do_with_conditional_return' can exit without returning a value 10 error: 15: function 'do_with_conditional_break' can exit without returning a value 11 error: 16: function 'do_with_conditional_continue' can exit without returning a value 12 error: 18: function 'bad_if_else_chain' can exit without returning a value [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsClassesErr.errors.txt | 1 …doc/declarations/index.js(4,16): error TS8004: Type parameter declarations can only be used in Typ… 2 tests/cases/conformance/jsdoc/declarations/index.js(5,12): error TS8010: Type annotations can only … 3 …doc/declarations/index.js(8,16): error TS8004: Type parameter declarations can only be used in Typ… 4 tests/cases/conformance/jsdoc/declarations/index.js(8,29): error TS8011: Type arguments can only be… 5 tests/cases/conformance/jsdoc/declarations/index.js(9,12): error TS8010: Type annotations can only … 6 tests/cases/conformance/jsdoc/declarations/index.js(13,11): error TS8010: Type annotations can only… 7 tests/cases/conformance/jsdoc/declarations/index.js(19,11): error TS8010: Type annotations can only… 8 tests/cases/conformance/jsdoc/declarations/index.js(23,11): error TS8010: Type annotations can only… 9 tests/cases/conformance/jsdoc/declarations/index.js(27,11): error TS8010: Type annotations can only… 10 tests/cases/conformance/jsdoc/declarations/index.js(28,11): error TS8010: Type annotations can only… [all …]
|
D | jsDeclarationsInterfaces.errors.txt | 1 …/jsdoc/declarations/index.js(4,18): error TS8006: 'interface' declarations can only be used in Typ… 2 …/jsdoc/declarations/index.js(6,18): error TS8006: 'interface' declarations can only be used in Typ… 3 …jsdoc/declarations/index.js(10,18): error TS8006: 'interface' declarations can only be used in Typ… 4 …jsdoc/declarations/index.js(31,11): error TS8006: 'interface' declarations can only be used in Typ… 6 …jsdoc/declarations/index.js(35,11): error TS8006: 'interface' declarations can only be used in Typ… 8 …jsdoc/declarations/index.js(39,18): error TS8006: 'interface' declarations can only be used in Typ… 11 …jsdoc/declarations/index.js(43,18): error TS8006: 'interface' declarations can only be used in Typ… 12 …jsdoc/declarations/index.js(45,18): error TS8006: 'interface' declarations can only be used in Typ… 13 …jsdoc/declarations/index.js(49,18): error TS8006: 'interface' declarations can only be used in Typ… 14 …jsdoc/declarations/index.js(53,18): error TS8006: 'interface' declarations can only be used in Typ… [all …]
|
D | jsdocDisallowedInTypescript.errors.txt | 1 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(2,15): error TS8020: JSDoc types can o… 2 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(4,15): error TS8020: JSDoc types can o… 3 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(4,32): error TS8020: JSDoc types can o… 4 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(7,20): error TS8020: JSDoc types can o… 5 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(10,18): error TS8020: JSDoc types can … 7 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(13,14): error TS8020: JSDoc types can … 8 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(14,11): error TS8020: JSDoc types can … 9 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(15,8): error TS8020: JSDoc types can o… 10 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(16,11): error TS8020: JSDoc types can … 11 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(17,17): error TS8020: JSDoc types can … [all …]
|
D | jsDeclarationsEnums.errors.txt | 1 tests/cases/conformance/jsdoc/declarations/index.js(4,13): error TS8006: 'enum' declarations can on… 2 tests/cases/conformance/jsdoc/declarations/index.js(6,13): error TS8006: 'enum' declarations can on… 3 tests/cases/conformance/jsdoc/declarations/index.js(10,6): error TS8006: 'enum' declarations can on… 4 tests/cases/conformance/jsdoc/declarations/index.js(14,6): error TS8006: 'enum' declarations can on… 5 tests/cases/conformance/jsdoc/declarations/index.js(18,13): error TS8006: 'enum' declarations can o… 6 tests/cases/conformance/jsdoc/declarations/index.js(22,13): error TS8006: 'enum' declarations can o… 7 tests/cases/conformance/jsdoc/declarations/index.js(24,13): error TS8006: 'enum' declarations can o… 8 tests/cases/conformance/jsdoc/declarations/index.js(30,13): error TS8006: 'enum' declarations can o… 9 tests/cases/conformance/jsdoc/declarations/index.js(35,13): error TS8006: 'enum' declarations can o… 10 tests/cases/conformance/jsdoc/declarations/index.js(41,19): error TS8006: 'enum' declarations can o… [all …]
|
D | reExportGlobalDeclaration1.errors.txt | 1 tests/cases/compiler/file2.ts(1,9): error TS2661: Cannot export 'x'. Only local declarations can be… 2 tests/cases/compiler/file2.ts(1,12): error TS2661: Cannot export 'x'. Only local declarations can b… 3 tests/cases/compiler/file2.ts(2,9): error TS2661: Cannot export 'x1'. Only local declarations can b… 4 tests/cases/compiler/file2.ts(2,13): error TS2661: Cannot export 'x1'. Only local declarations can … 5 tests/cases/compiler/file2.ts(4,9): error TS2661: Cannot export 'a'. Only local declarations can be… 6 tests/cases/compiler/file2.ts(4,12): error TS2661: Cannot export 'a'. Only local declarations can b… 7 tests/cases/compiler/file2.ts(5,9): error TS2661: Cannot export 'b'. Only local declarations can be… 8 tests/cases/compiler/file2.ts(5,12): error TS2661: Cannot export 'b'. Only local declarations can b… 9 tests/cases/compiler/file2.ts(8,9): error TS2661: Cannot export 'x'. Only local declarations can be… 10 tests/cases/compiler/file2.ts(9,9): error TS2661: Cannot export 'x1'. Only local declarations can b… [all …]
|
D | duplicateIdentifierEnum.errors.txt | 1 tests/cases/compiler/duplicateIdentifierEnum_A.ts(2,6): error TS2567: Enum declarations can only me… 2 tests/cases/compiler/duplicateIdentifierEnum_A.ts(5,7): error TS2567: Enum declarations can only me… 3 tests/cases/compiler/duplicateIdentifierEnum_A.ts(9,11): error TS2567: Enum declarations can only m… 4 tests/cases/compiler/duplicateIdentifierEnum_A.ts(12,12): error TS2567: Enum declarations can only … 5 tests/cases/compiler/duplicateIdentifierEnum_A.ts(16,12): error TS2567: Enum declarations can only … 6 tests/cases/compiler/duplicateIdentifierEnum_A.ts(19,10): error TS2567: Enum declarations can only … 7 tests/cases/compiler/duplicateIdentifierEnum_A.ts(23,6): error TS2567: Enum declarations can only m… 8 tests/cases/compiler/duplicateIdentifierEnum_A.ts(26,7): error TS2567: Enum declarations can only m… 9 tests/cases/compiler/duplicateIdentifierEnum_B.ts(1,10): error TS2567: Enum declarations can only m… 10 tests/cases/compiler/duplicateIdentifierEnum_B.ts(4,6): error TS2567: Enum declarations can only me… [all …]
|
D | autoAccessorDisallowedModifiers.errors.txt | 9 …utoAccessorDisallowedModifiers.ts(10,5): error TS1275: 'accessor' modifier can only appear on a pr… 10 …utoAccessorDisallowedModifiers.ts(11,5): error TS1275: 'accessor' modifier can only appear on a pr… 11 …utoAccessorDisallowedModifiers.ts(12,5): error TS1275: 'accessor' modifier can only appear on a pr… 12 …utoAccessorDisallowedModifiers.ts(13,5): error TS1275: 'accessor' modifier can only appear on a pr… 16 …utoAccessorDisallowedModifiers.ts(25,1): error TS1275: 'accessor' modifier can only appear on a pr… 17 …utoAccessorDisallowedModifiers.ts(26,1): error TS1275: 'accessor' modifier can only appear on a pr… 18 …utoAccessorDisallowedModifiers.ts(27,1): error TS1275: 'accessor' modifier can only appear on a pr… 19 …utoAccessorDisallowedModifiers.ts(28,1): error TS1275: 'accessor' modifier can only appear on a pr… 20 …utoAccessorDisallowedModifiers.ts(29,1): error TS1275: 'accessor' modifier can only appear on a pr… 21 …utoAccessorDisallowedModifiers.ts(30,1): error TS1275: 'accessor' modifier can only appear on a pr… [all …]
|
D | letDeclarations-invalidContexts.errors.txt | 1 tests/cases/compiler/letDeclarations-invalidContexts.ts(3,5): error TS1157: 'let' declarations can … 2 tests/cases/compiler/letDeclarations-invalidContexts.ts(5,5): error TS1157: 'let' declarations can … 3 tests/cases/compiler/letDeclarations-invalidContexts.ts(8,5): error TS1157: 'let' declarations can … 4 tests/cases/compiler/letDeclarations-invalidContexts.ts(11,5): error TS1157: 'let' declarations can… 6 tests/cases/compiler/letDeclarations-invalidContexts.ts(19,5): error TS1157: 'let' declarations can… 7 tests/cases/compiler/letDeclarations-invalidContexts.ts(22,5): error TS1157: 'let' declarations can… 8 …etDeclarations-invalidContexts.ts(25,12): error TS1157: 'let' declarations can only be declared in… 9 …etDeclarations-invalidContexts.ts(28,29): error TS1157: 'let' declarations can only be declared in… 17 !!! error TS1157: 'let' declarations can only be declared inside a block. 21 !!! error TS1157: 'let' declarations can only be declared inside a block. [all …]
|
D | constDeclarations-invalidContexts.errors.txt | 1 …stDeclarations-invalidContexts.ts(3,5): error TS1156: 'const' declarations can only be declared in… 2 …stDeclarations-invalidContexts.ts(5,5): error TS1156: 'const' declarations can only be declared in… 3 …stDeclarations-invalidContexts.ts(8,5): error TS1156: 'const' declarations can only be declared in… 4 …tDeclarations-invalidContexts.ts(11,5): error TS1156: 'const' declarations can only be declared in… 6 …tDeclarations-invalidContexts.ts(19,5): error TS1156: 'const' declarations can only be declared in… 7 …tDeclarations-invalidContexts.ts(22,5): error TS1156: 'const' declarations can only be declared in… 8 …Declarations-invalidContexts.ts(25,12): error TS1156: 'const' declarations can only be declared in… 9 …Declarations-invalidContexts.ts(28,29): error TS1156: 'const' declarations can only be declared in… 17 !!! error TS1156: 'const' declarations can only be declared inside a block. 21 !!! error TS1156: 'const' declarations can only be declared inside a block. [all …]
|
D | augmentedTypesEnum.errors.txt | 1 tests/cases/compiler/augmentedTypesEnum.ts(2,6): error TS2567: Enum declarations can only merge wit… 2 tests/cases/compiler/augmentedTypesEnum.ts(3,5): error TS2567: Enum declarations can only merge wit… 3 tests/cases/compiler/augmentedTypesEnum.ts(6,6): error TS2567: Enum declarations can only merge wit… 4 tests/cases/compiler/augmentedTypesEnum.ts(7,10): error TS2567: Enum declarations can only merge wi… 5 tests/cases/compiler/augmentedTypesEnum.ts(9,6): error TS2567: Enum declarations can only merge wit… 6 tests/cases/compiler/augmentedTypesEnum.ts(10,5): error TS2567: Enum declarations can only merge wi… 7 tests/cases/compiler/augmentedTypesEnum.ts(13,6): error TS2567: Enum declarations can only merge wi… 8 tests/cases/compiler/augmentedTypesEnum.ts(14,7): error TS2567: Enum declarations can only merge wi… 9 … error TS2432: In an enum with multiple declarations, only one declaration can omit an initializer… 12 … error TS2432: In an enum with multiple declarations, only one declaration can omit an initializer… [all …]
|
D | typedArrays-es5.errors.txt | 1 tests/cases/compiler/typedArrays-es5.ts(2,5): error TS2802: Type 'Float32Array' can only be iterate… 2 tests/cases/compiler/typedArrays-es5.ts(5,5): error TS2802: Type 'Float64Array' can only be iterate… 3 tests/cases/compiler/typedArrays-es5.ts(8,5): error TS2802: Type 'Int16Array' can only be iterated … 4 tests/cases/compiler/typedArrays-es5.ts(11,5): error TS2802: Type 'Int32Array' can only be iterated… 5 tests/cases/compiler/typedArrays-es5.ts(14,5): error TS2802: Type 'Int8Array' can only be iterated … 6 tests/cases/compiler/typedArrays-es5.ts(17,5): error TS2802: Type 'NodeList' can only be iterated t… 7 tests/cases/compiler/typedArrays-es5.ts(20,5): error TS2802: Type 'Uint16Array' can only be iterate… 8 tests/cases/compiler/typedArrays-es5.ts(23,5): error TS2802: Type 'Uint32Array' can only be iterate… 9 tests/cases/compiler/typedArrays-es5.ts(26,5): error TS2802: Type 'Uint8Array' can only be iterated… 10 tests/cases/compiler/typedArrays-es5.ts(29,5): error TS2802: Type 'Uint8ClampedArray' can only be i… [all …]
|
D | reExportGlobalDeclaration3.errors.txt | 1 tests/cases/compiler/file2.ts(1,9): error TS2661: Cannot export 'NS1'. Only local declarations can … 2 tests/cases/compiler/file2.ts(1,14): error TS2661: Cannot export 'NS1'. Only local declarations can… 3 tests/cases/compiler/file2.ts(2,9): error TS2661: Cannot export 'NS2'. Only local declarations can … 4 tests/cases/compiler/file2.ts(2,14): error TS2661: Cannot export 'NS2'. Only local declarations can… 5 tests/cases/compiler/file2.ts(3,9): error TS2661: Cannot export 'NS1'. Only local declarations can … 6 tests/cases/compiler/file2.ts(4,9): error TS2661: Cannot export 'NS2'. Only local declarations can … 21 !!! error TS2661: Cannot export 'NS1'. Only local declarations can be exported from a module. 23 !!! error TS2661: Cannot export 'NS1'. Only local declarations can be exported from a module. 26 !!! error TS2661: Cannot export 'NS2'. Only local declarations can be exported from a module. 28 !!! error TS2661: Cannot export 'NS2'. Only local declarations can be exported from a module. [all …]
|
D | reExportGlobalDeclaration4.errors.txt | 1 tests/cases/compiler/file2.ts(1,9): error TS2661: Cannot export 'Cls1'. Only local declarations can… 2 …ile2.ts(1,15): error TS2661: Cannot export 'Cls1'. Only local declarations can be exported from a … 3 tests/cases/compiler/file2.ts(2,9): error TS2661: Cannot export 'Cls2'. Only local declarations can… 4 …ile2.ts(2,15): error TS2661: Cannot export 'Cls2'. Only local declarations can be exported from a … 5 tests/cases/compiler/file2.ts(3,9): error TS2661: Cannot export 'Cls1'. Only local declarations can… 6 tests/cases/compiler/file2.ts(4,9): error TS2661: Cannot export 'Cls2'. Only local declarations can… 21 !!! error TS2661: Cannot export 'Cls1'. Only local declarations can be exported from a module. 23 !!! error TS2661: Cannot export 'Cls1'. Only local declarations can be exported from a module. 26 !!! error TS2661: Cannot export 'Cls2'. Only local declarations can be exported from a module. 28 !!! error TS2661: Cannot export 'Cls2'. Only local declarations can be exported from a module. [all …]
|
D | reExportGlobalDeclaration2.errors.txt | 1 tests/cases/compiler/file2.ts(1,9): error TS2661: Cannot export 'I1'. Only local declarations can b… 2 tests/cases/compiler/file2.ts(1,13): error TS2661: Cannot export 'I1'. Only local declarations can … 3 tests/cases/compiler/file2.ts(2,9): error TS2661: Cannot export 'I2'. Only local declarations can b… 4 tests/cases/compiler/file2.ts(2,13): error TS2661: Cannot export 'I2'. Only local declarations can … 5 tests/cases/compiler/file2.ts(3,9): error TS2661: Cannot export 'I1'. Only local declarations can b… 6 tests/cases/compiler/file2.ts(4,9): error TS2661: Cannot export 'I2'. Only local declarations can b… 21 !!! error TS2661: Cannot export 'I1'. Only local declarations can be exported from a module. 23 !!! error TS2661: Cannot export 'I1'. Only local declarations can be exported from a module. 26 !!! error TS2661: Cannot export 'I2'. Only local declarations can be exported from a module. 28 !!! error TS2661: Cannot export 'I2'. Only local declarations can be exported from a module. [all …]
|
D | nodeModulesAllowJsImportAssignment(module=node16).errors.txt | 1 tests/cases/conformance/node/allowJs/file.js(4,1): error TS8002: 'import ... =' can only be used in… 2 tests/cases/conformance/node/allowJs/file.js(6,1): error TS8002: 'import ... =' can only be used in… 3 tests/cases/conformance/node/allowJs/index.js(2,1): error TS8002: 'import ... =' can only be used i… 4 tests/cases/conformance/node/allowJs/index.js(4,1): error TS8002: 'import ... =' can only be used i… 5 tests/cases/conformance/node/allowJs/subfolder/index.js(2,1): error TS8002: 'import ... =' can only… 6 tests/cases/conformance/node/allowJs/subfolder/index.js(4,1): error TS8002: 'import ... =' can only… 13 !!! error TS8002: 'import ... =' can only be used in TypeScript files. 17 !!! error TS8002: 'import ... =' can only be used in TypeScript files. 22 !!! error TS8002: 'import ... =' can only be used in TypeScript files. 26 !!! error TS8002: 'import ... =' can only be used in TypeScript files. [all …]
|
D | nodeModulesAllowJsImportAssignment(module=nodenext).errors.txt | 1 tests/cases/conformance/node/allowJs/file.js(4,1): error TS8002: 'import ... =' can only be used in… 2 tests/cases/conformance/node/allowJs/file.js(6,1): error TS8002: 'import ... =' can only be used in… 3 tests/cases/conformance/node/allowJs/index.js(2,1): error TS8002: 'import ... =' can only be used i… 4 tests/cases/conformance/node/allowJs/index.js(4,1): error TS8002: 'import ... =' can only be used i… 5 tests/cases/conformance/node/allowJs/subfolder/index.js(2,1): error TS8002: 'import ... =' can only… 6 tests/cases/conformance/node/allowJs/subfolder/index.js(4,1): error TS8002: 'import ... =' can only… 13 !!! error TS8002: 'import ... =' can only be used in TypeScript files. 17 !!! error TS8002: 'import ... =' can only be used in TypeScript files. 22 !!! error TS8002: 'import ... =' can only be used in TypeScript files. 26 !!! error TS8002: 'import ... =' can only be used in TypeScript files. [all …]
|
D | constEnumErrors.errors.txt | 1 tests/cases/compiler/constEnumErrors.ts(1,12): error TS2567: Enum declarations can only merge with … 2 tests/cases/compiler/constEnumErrors.ts(5,8): error TS2567: Enum declarations can only merge with n… 4 tests/cases/compiler/constEnumErrors.ts(14,9): error TS2474: const enum member initializers can onl… 6 tests/cases/compiler/constEnumErrors.ts(15,10): error TS2474: const enum member initializers can on… 8 tests/cases/compiler/constEnumErrors.ts(22,13): error TS2476: A const enum member can only be acces… 9 tests/cases/compiler/constEnumErrors.ts(24,13): error TS2476: A const enum member can only be acces… 10 tests/cases/compiler/constEnumErrors.ts(25,13): error TS2476: A const enum member can only be acces… 11 tests/cases/compiler/constEnumErrors.ts(27,9): error TS2475: 'const' enums can only be used in prop… 12 tests/cases/compiler/constEnumErrors.ts(28,10): error TS2475: 'const' enums can only be used in pro… 13 tests/cases/compiler/constEnumErrors.ts(33,5): error TS2475: 'const' enums can only be used in prop… [all …]
|
D | es6ExportEqualsInterop.errors.txt | 4 tests/cases/compiler/main.ts(27,8): error TS1259: Module '"interface"' can only be default-imported… 5 tests/cases/compiler/main.ts(28,8): error TS1259: Module '"variable"' can only be default-imported … 6 tests/cases/compiler/main.ts(29,8): error TS1259: Module '"interface-variable"' can only be default… 7 tests/cases/compiler/main.ts(30,8): error TS1259: Module '"module"' can only be default-imported us… 8 tests/cases/compiler/main.ts(31,8): error TS1259: Module '"interface-module"' can only be default-i… 9 tests/cases/compiler/main.ts(32,8): error TS1259: Module '"variable-module"' can only be default-im… 10 tests/cases/compiler/main.ts(33,8): error TS1259: Module '"function"' can only be default-imported … 11 tests/cases/compiler/main.ts(34,8): error TS1259: Module '"function-module"' can only be default-im… 12 tests/cases/compiler/main.ts(35,8): error TS1259: Module '"class"' can only be default-imported usi… 13 tests/cases/compiler/main.ts(36,8): error TS1259: Module '"class-module"' can only be default-impor… [all …]
|
D | typeOfThisInStaticMembers9(target=esnext).errors.txt | 1 …ndStaticMembers/typeOfThisInStaticMembers9.ts(7,56): error TS2660: 'super' can only be referenced … 2 …ndStaticMembers/typeOfThisInStaticMembers9.ts(8,44): error TS2335: 'super' can only be referenced … 3 …dStaticMembers/typeOfThisInStaticMembers9.ts(11,20): error TS2660: 'super' can only be referenced … 4 …dStaticMembers/typeOfThisInStaticMembers9.ts(14,17): error TS2335: 'super' can only be referenced … 5 …dStaticMembers/typeOfThisInStaticMembers9.ts(16,24): error TS2335: 'super' can only be referenced … 17 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 20 !!! error TS2335: 'super' can only be referenced in a derived class. 25 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 30 !!! error TS2335: 'super' can only be referenced in a derived class. 34 !!! error TS2335: 'super' can only be referenced in a derived class.
|
D | typeOfThisInStaticMembers9(target=es6).errors.txt | 1 …ndStaticMembers/typeOfThisInStaticMembers9.ts(7,56): error TS2660: 'super' can only be referenced … 2 …ndStaticMembers/typeOfThisInStaticMembers9.ts(8,44): error TS2335: 'super' can only be referenced … 3 …dStaticMembers/typeOfThisInStaticMembers9.ts(11,20): error TS2660: 'super' can only be referenced … 4 …dStaticMembers/typeOfThisInStaticMembers9.ts(14,17): error TS2335: 'super' can only be referenced … 5 …dStaticMembers/typeOfThisInStaticMembers9.ts(16,24): error TS2335: 'super' can only be referenced … 17 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 20 !!! error TS2335: 'super' can only be referenced in a derived class. 25 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 30 !!! error TS2335: 'super' can only be referenced in a derived class. 34 !!! error TS2335: 'super' can only be referenced in a derived class.
|
D | typeOfThisInStaticMembers9(target=es2022).errors.txt | 1 …ndStaticMembers/typeOfThisInStaticMembers9.ts(7,56): error TS2660: 'super' can only be referenced … 2 …ndStaticMembers/typeOfThisInStaticMembers9.ts(8,44): error TS2335: 'super' can only be referenced … 3 …dStaticMembers/typeOfThisInStaticMembers9.ts(11,20): error TS2660: 'super' can only be referenced … 4 …dStaticMembers/typeOfThisInStaticMembers9.ts(14,17): error TS2335: 'super' can only be referenced … 5 …dStaticMembers/typeOfThisInStaticMembers9.ts(16,24): error TS2335: 'super' can only be referenced … 17 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 20 !!! error TS2335: 'super' can only be referenced in a derived class. 25 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 30 !!! error TS2335: 'super' can only be referenced in a derived class. 34 !!! error TS2335: 'super' can only be referenced in a derived class.
|
/third_party/skia/tests/sksl/runtime_errors/ |
D | IllegalArrayOps.skvm | 3 error: 16: operator '=' can not operate on arrays (or structs containing arrays) 4 error: 17: operator '=' can not operate on arrays (or structs containing arrays) 5 error: 18: operator '=' can not operate on arrays (or structs containing arrays) 8 error: 24: operator '==' can not operate on arrays (or structs containing arrays) 9 error: 25: operator '==' can not operate on arrays (or structs containing arrays) 10 error: 26: operator '==' can not operate on arrays (or structs containing arrays) 11 error: 28: operator '!=' can not operate on arrays (or structs containing arrays) 12 error: 29: operator '!=' can not operate on arrays (or structs containing arrays) 13 error: 30: operator '!=' can not operate on arrays (or structs containing arrays) 14 error: 32: operator ',' can not operate on arrays (or structs containing arrays) [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.bufferhandle_Error.frag.out | 2 ERROR: 0:7: 'buffer_reference' : can only be used with buffer 3 ERROR: 0:9: 'buffer_reference' : cannot declare a default, can only be used on a block 4 ERROR: 0:10: 'buffer_reference' : can only be used with buffer 5 ERROR: 0:10: 'buffer_reference' : cannot declare a default, can only be used on a block 6 ERROR: 0:11: 'buffer_reference' : can only be used with buffer 7 ERROR: 0:11: 'buffer_reference' : cannot declare a default, can only be used on a block 8 ERROR: 0:12: 'buffer_reference' : can only be used with buffer 9 ERROR: 0:12: 'buffer_reference' : cannot declare a default, can only be used on a block 10 ERROR: 0:13: 'buffer_reference' : can only be used with buffer 11 ERROR: 0:13: 'buffer_reference' : can only be used with buffer [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_pk.data | 55 PK can do ext: ECDSA(ANY)/NONE, invalid check STREAM_CIPHER 59 PK can do ext: ECDSA(ANY)/NONE, invalid check RSA_PKCS1V15_SIGN(SHA256) 63 PK can do ext: ECDSA(ANY)/NONE, invalid check RSA_PKCS1V15_CRYPT 67 PK can do ext: ECDSA(ANY)/NONE, invalid check RSA_PSS(SHA256) 71 PK can do ext: ECDSA(ANY)/NONE, invalid check ECDH 75 PK can do ext: ECDSA(ANY)/NONE, check ECDSA(SHA256) 79 PK can do ext: ECDSA(SHA256)/NONE, check ECDSA(SHA256) 83 PK can do ext: NONE/ECDSA(ANY_HASH), check ECDSA(SHA256) 87 PK can do ext: NONE/ECDSA(SHA256), check ECDSA(SHA256) 91 PK can do ext: ECDSA(SHA256)/NONE, invalid check ECDSA(ANY) [all …]
|