/external/pdfium/testing/resources/javascript/ |
D | public_methods_expected.txt | 2 Alert: PASS: AFDate_Format() threw AFDate_Format: Incorrect number of parameters passed to function. 3 Alert: PASS: AFDate_Format(1, 2) threw AFDate_Format: Incorrect number of parameters passed to func… 4 Alert: PASS: AFDate_Format(1) = 1/1/70 5 Alert: PASS: AFDate_Format(1) = 5/9/14 6 Alert: PASS: AFDate_Format('blooey') = 1/1 7 Alert: PASS: AFDate_Format('blooey') = 5/9 9 Alert: PASS: AFDate_FormatEx() threw AFDate_FormatEx: Incorrect number of parameters passed to func… 10 Alert: PASS: AFDate_FormatEx(1, 2) threw AFDate_FormatEx: Incorrect number of parameters passed to … 11 Alert: PASS: AFDate_FormatEx(2) = 2 12 Alert: PASS: AFDate_FormatEx('blooey') = blooey [all …]
|
D | field_properties_expected.txt | 2 Alert: PASS: delay = false 3 Alert: PASS: delay = true 5 Alert: PASS: delay = true 6 Alert: PASS: delay = false 7 Alert: PASS: name = MyField 8 Alert: PASS: name threw Field.name: Operation not supported. 9 Alert: PASS: rect = 200,221,220,201 10 Alert: PASS: rect = 100,121,120,101 11 Alert: PASS: rect = 100,121,120,101 12 Alert: PASS: rect = 200,221,220,201 [all …]
|
D | document_methods_expected.txt | 2 Alert: PASS: typeof this.addAnnot = function 3 Alert: PASS: this.addAnnot() = undefined 4 Alert: PASS: this.addAnnot(1, 2, "clams", [1, 2, 3]) = undefined 5 Alert: PASS: typeof this.addField = function 6 Alert: PASS: this.addField() = undefined 7 Alert: PASS: this.addField(1, 2, "clams", [1, 2, 3]) = undefined 8 Alert: PASS: typeof this.addLink = function 9 Alert: PASS: this.addLink() = undefined 10 Alert: PASS: this.addLink(1, 2, "clams", [1, 2, 3]) = undefined 11 Alert: PASS: typeof this.closeDoc = function [all …]
|
D | event_properties_expected.txt | 2 Alert: PASS: event.change = 3 Alert: PASS: event.change = 'boo' = boo 4 Alert: PASS: event.change = boo 5 Alert: PASS: event.changeEx = 6 Alert: PASS: event.changeEx = 'boo' threw event.changeEx: Operation not supported. 7 Alert: PASS: event.commitKey = 0 8 Alert: PASS: event.commitKey = 'boo' threw event.commitKey: Operation not supported. 9 Alert: PASS: event.fieldFull threw event.fieldFull: unrecognized event 10 Alert: PASS: event.fieldFull = 'boo' threw event.fieldFull: Operation not supported. 11 Alert: PASS: event.keyDown = false [all …]
|
D | color_methods_expected.txt | 1 Alert: PASS: color.convert() threw color.convert: Incorrect number of parameters passed to function. 2 Alert: PASS: color.convert(1) threw color.convert: Incorrect number of parameters passed to functio… 3 Alert: PASS: color.convert(undefined, 'RGB') threw color.convert: Incorrect parameter type. 4 Alert: PASS: color.convert('BOGUS', 'RGB') threw color.convert: Incorrect parameter type. 5 Alert: PASS: color.convert('{}', 'RGB') threw color.convert: Incorrect parameter type. 6 Alert: PASS: color.convert(['T'], 'BOGUS') = T 7 Alert: PASS: color.convert(['T'], 'T') = T 8 Alert: PASS: color.convert(['T'], 'G') = T 9 Alert: PASS: color.convert(['T'], 'RGB') = T 10 Alert: PASS: color.convert(['T'], 'CMYK') = T [all …]
|
D | constructor_expected.txt | 1 Alert: PASS: this.constructor(): illegal constructor 2 Alert: PASS: new this.constructor: not a dynamic object 3 Alert: PASS: app.constructor(): illegal constructor 4 Alert: PASS: new app.constructor: not a dynamic object 5 Alert: PASS: event.constructor(): illegal constructor 6 Alert: PASS: new event.constructor: not a dynamic object 7 Alert: PASS: font.constructor(): illegal constructor 8 Alert: PASS: new font.constructor: not a dynamic object 9 Alert: PASS: global.constructor(): illegal constructor 10 Alert: PASS: new global.constructor: not a dynamic object [all …]
|
D | field_methods_expected.txt | 19 Alert: PASS: this.getField('MyField.MyPushButton').buttonGetCaption() = 20 Alert: PASS: this.getField('MyField.MyPushButton').buttonGetIcon() = [object Object] 21 Alert: PASS: this.getField('MyField.MyPushButton').buttonImportIcon() = undefined 22 Alert: PASS: this.getField('MyField.MyFile').browseForFileToSubmit() = undefined 23 Alert: PASS: this.getField('MyField.MyMultiSelect').getItemAt(0) = foo 24 Alert: PASS: this.getField('MyField.MyMultiSelect').getItemAt(1, false) = bar 25 Alert: PASS: this.getField('MyField.MyMultiSelect').getItemAt(1, true) = bar 26 Alert: PASS: this.getField('MyField.MyMultiSelect').getItemAt(2, false) = Qux 27 Alert: PASS: this.getField('MyField.MyMultiSelect').getItemAt(2, true) = qux 28 Alert: PASS: this.getField('MyField.MyMultiSelect').getItemAt(3) = [all …]
|
D | app_methods_expected.txt | 2 Alert: PASS: app.alert('message', 1, 2, 'title') = 0 4 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title'}) = 0 6 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title', 'nIcon': 3, 'nType': 4}) = 0 8 Alert: PASS: app.alert(undefined) = 0 10 Alert: PASS: app.alert(null) = 0 12 Alert: PASS: app.alert(true) = 0 14 Alert: PASS: app.alert(false) = 0 16 Alert: PASS: app.alert(42) = 0 18 Alert: PASS: app.alert([1, 2, 3]) = 0 20 Alert: PASS: app.alert([1, 2, {'color': 'red'}]) = 0 [all …]
|
D | mouse_events_expected.txt | 2 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 3 Alert: PASS: this.print blocked with Document.print: User gesture required. 5 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 6 Alert: PASS: this.print blocked with Document.print: User gesture required. 8 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 9 Alert: PASS: this.print blocked with Document.print: User gesture required. 18 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 19 Alert: PASS: this.print blocked with Document.print: User gesture required. 25 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 26 Alert: PASS: this.print blocked with Document.print: User gesture required. [all …]
|
D | util_scand_expected.txt | 1 Alert: PASS: util.scand() threw util.scand: Incorrect number of parameters passed to function. 2 Alert: PASS: util.scand('12/20/2016') threw util.scand: Incorrect number of parameters passed to fu… 3 Alert: PASS: util.scand('mm/dd/yyyy', '12/20/2016').toUTCString() = Tue, 20 Dec 2016 21:48:50 GMT 4 Alert: PASS: util.scand('dd/mm/yyyy', '20/12/2016').toUTCString() = Tue, 20 Dec 2016 21:48:50 GMT 5 Alert: PASS: util.scand('yyyy/mm/dd', '2016/12/20').toUTCString() = Tue, 20 Dec 2016 21:48:50 GMT 6 Alert: PASS: util.scand('dd/mmm/yyyy', '20/Dec/2016').toUTCString() = Tue, 20 Dec 2016 21:48:50 GMT 7 Alert: PASS: util.scand('..dd:-:mmm/yyyy', '**20/*/Dec.2016').toUTCString() = Tue, 20 Dec 2016 21:4… 8 Alert: PASS: util.scand('hh:MM:ss', '11:22:03').toUTCString() = Fri, 09 May 2014 11:22:03 GMT 9 Alert: PASS: util.scand('s:MM:hh', '3:22:11').toUTCString() = Fri, 09 May 2014 11:22:03 GMT
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | xfa_event_pseudomodel_expected.txt | 1 Alert: PASS: cancelAction = false 2 Alert: PASS: cancelAction = true 3 Alert: PASS: change = 4 Alert: PASS: change = new foo 5 Alert: PASS: commitKey = 0 6 Alert: PASS: commitKey = 0 7 Alert: PASS: fullText = 8 Alert: PASS: fullText = 9 Alert: PASS: keyDown = false 10 Alert: PASS: keyDown = false [all …]
|
D | xfa_host_pseudomodel_expected.txt | 1 Alert: PASS: appType = Exchange 2 Alert: PASS: appType threw Error: Invalid property set operation. 3 Alert: PASS: calculationsEnabled = true 4 Alert: PASS: calculationsEnabled = false 5 Alert: PASS: currentPage = -1 6 Alert: PASS: currentPage = -1 7 Alert: PASS: language = 8 Alert: PASS: language threw Error: Unable to set language value. 9 Alert: PASS: name = Acrobat 10 Alert: PASS: name threw Error: Invalid property set operation. [all …]
|
D | xfa_node_expected.txt | 1 Alert: PASS: isContainer = true 2 Alert: PASS: isContainer threw Error: Invalid property set operation. 3 Alert: PASS: isNull = false 4 Alert: PASS: isNull threw Error: Invalid property set operation. 5 Alert: PASS: model = [object XFAObject] 6 Alert: PASS: model threw Error: Invalid property set operation. 7 Alert: PASS: ns = 8 Alert: PASS: ns threw Error: Invalid property set operation. 10 Alert: PASS: oneOfChild threw Error: Invalid property set operation. 11 Alert: PASS: typeof my_doc.applyXSL = function [all …]
|
D | xfa_subform_expected.txt | 1 Alert: PASS: locale = en_US 2 Alert: PASS: locale = FR 3 Alert: PASS: instanceIndex = 0 4 Alert: PASS: instanceIndex = 0 5 Alert: PASS: layout = tb 6 Alert: PASS: layout = landscape 7 Alert: PASS: validationMessage = 8 Alert: PASS: validationMessage = totally valid 9 Alert: PASS: typeof my_doc.execEvent = function 10 Alert: PASS: typeof my_doc.execInitialize = function [all …]
|
D | xfa_layout_pseudomodel_expected.txt | 1 Alert: PASS: ready = true 2 Alert: PASS: ready threw Error: Unable to set ready value. 3 Alert: PASS: xfa.layout.absPage() threw XFAObject.absPage: Incorrect number of parameters passed to… 4 Alert: PASS: xfa.layout.absPage(1, 2) threw XFAObject.absPage: Incorrect number of parameters passe… 5 Alert: PASS: xfa.layout.absPage(1) = 0 6 Alert: PASS: xfa.layout.absPageCount() = 2 7 Alert: PASS: xfa.layout.absPageCount('args', [42], 'ignored') = 2 8 Alert: PASS: xfa.layout.absPageCountInBatch() = 0 9 Alert: PASS: xfa.layout.absPageCountInBatch('args', [42], 'ignored') = 0 10 Alert: PASS: xfa.layout.absPageInBatch() threw XFAObject.absPageInBatch: Incorrect number of parame… [all …]
|
D | list_methods_expected.txt | 1 Alert: PASS: field = [object XFAObject] 2 Alert: PASS: list = [object XFAObject] 3 Alert: PASS: list.length = 1 4 Alert: PASS: item = [object XFAObject] 5 Alert: PASS: list.item(1) threw XFAObject.item: The input value is invalid. 6 Alert: PASS: list.append(100) threw XFAObject.append: Incorrect parameter value. 7 Alert: PASS: list.append({foo: 3}) threw XFAObject.append: Incorrect parameter value. 8 Alert: PASS: list.append(field) = undefined 9 Alert: PASS: list.length = 2 10 Alert: PASS: list.append(field) = undefined [all …]
|
D | xfa_tree_expected.txt | 1 Alert: PASS: all = [object XFAObject] 2 Alert: PASS: all threw Error: Invalid property set operation. 3 Alert: PASS: classAll = [object XFAObject] 4 Alert: PASS: classAll threw Error: Invalid property set operation. 5 Alert: PASS: classIndex = 0 6 Alert: PASS: classIndex threw Error: Invalid property set operation. 7 Alert: PASS: index = 0 8 Alert: PASS: index threw Error: Invalid property set operation. 9 Alert: PASS: nodes = [object XFAObject] 10 Alert: PASS: nodes threw Error: Unable to set [all …]
|
D | xfa_model_expected.txt | 1 Alert: PASS: aliasNode = undefined 2 Alert: PASS: aliasNode = undefined 3 Alert: PASS: context = undefined 4 Alert: PASS: context = undefined 5 Alert: PASS: typeof xfa.form.clearErrorList = function 6 Alert: PASS: typeof xfa.form.createNode = function 7 Alert: PASS: typeof xfa.form.isCompatibleNS = function 8 Alert: PASS: xfa.form.clearErrorList('args', 'ignored') = undefined 9 Alert: PASS: xfa.form.createNode() threw XFAObject.createNode: Incorrect number of parameters passe… 10 Alert: PASS: xfa.form.createNode('bogus') = null [all …]
|
D | xfa_datawindow_pseudomodel_expected.txt | 1 Alert: PASS: currentRecordNumber = undefined 2 Alert: PASS: currentRecordNumber = undefined 3 Alert: PASS: isDefined = undefined 4 Alert: PASS: isDefined = undefined 5 Alert: PASS: recordsAfter = undefined 6 Alert: PASS: recordsAfter = undefined 7 Alert: PASS: recordsBefore = undefined 8 Alert: PASS: recordsBefore = undefined 10 Alert: PASS: xfa.dataWindow.gotoRecord() = undefined 11 Alert: PASS: xfa.dataWindow.isRecordGroup() = undefined [all …]
|
/external/catch2/projects/SelfTest/Baselines/ |
D | automake.std.approved.txt | 1 :test-result: PASS # A test name that starts with a # 2 :test-result: PASS #542 3 :test-result: PASS #809 5 :test-result: PASS 'Not' checks that should succeed 6 :test-result: PASS (unimplemented) static bools can be evaluated 8 :test-result: PASS A METHOD_AS_TEST_CASE based test run that succeeds 10 :test-result: PASS A TEST_CASE_METHOD based test run that succeeds 13 :test-result: PASS AllOf matcher 14 :test-result: PASS An empty test with no assertions 15 :test-result: PASS An expression with side-effects should only be evaluated once [all …]
|
/external/llvm-project/llvm/test/Other/ |
D | opt-bisect-new-pass-manager.ll | 13 ; RUN: | FileCheck %s --check-prefix=CHECK-MODULE-PASS 14 ; CHECK-MODULE-PASS: BISECT: running pass (1) InferFunctionAttrsPass on module 18 ; RUN: | FileCheck %s --check-prefix=CHECK-LIMIT-MODULE-PASS 19 ; CHECK-LIMIT-MODULE-PASS: BISECT: NOT running pass (1) InferFunctionAttrsPass on module 23 ; RUN: | FileCheck %s --check-prefix=CHECK-REQUIRED-PASS 24 ; CHECK-REQUIRED-PASS-NOT: BISECT: {{.*}} VerifierPass 25 ; CHECK-REQUIRED-PASS: Running pass: VerifierPass 26 ; CHECK-REQUIRED-PASS: BISECT: running pass (1) InferFunctionAttrsPass on module 27 ; CHECK-REQUIRED-PASS-NOT: BISECT: {{.*}} VerifierPass 28 ; CHECK-REQUIRED-PASS: Running pass: VerifierPass [all …]
|
D | new-pass-manager.ll | 10 ; RUN: | FileCheck %s --check-prefix=CHECK-MODULE-PASS 11 ; CHECK-MODULE-PASS: Starting llvm::Module pass manager run 12 ; CHECK-MODULE-PASS-NEXT: Running pass: NoOpModulePass 13 ; CHECK-MODULE-PASS-NEXT: Finished llvm::Module pass manager run 17 ; RUN: | FileCheck %s --check-prefix=CHECK-CGSCC-PASS 20 ; RUN: | FileCheck %s --check-prefix=CHECK-CGSCC-PASS 21 ; CHECK-CGSCC-PASS: Starting llvm::Module pass manager run 22 ; CHECK-CGSCC-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*(CGSCCAnalysisManager|Anal… 23 ; CHECK-CGSCC-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*(FunctionAnalysisManager|A… 24 ; CHECK-CGSCC-PASS-NEXT: Running analysis: LazyCallGraphAnalysis [all …]
|
D | time-passes.ll | 10 …ne,instcombine,loop(licm)' -time-passes 2>&1 | FileCheck %s --check-prefixes=TIME,TIME-NEW-PER-PASS 11 …m),instcombine,loop(licm)' -time-passes 2>&1 | FileCheck %s --check-prefixes=TIME,TIME-NEW-PER-PASS 55 ; TIME-NEW-PER-PASS-DAG: InstCombinePass 56 ; TIME-NEW-PER-PASS-DAG: LICMPass 57 ; TIME-NEW-PER-PASS-DAG: LCSSAPass 58 ; TIME-NEW-PER-PASS-DAG: LoopSimplifyPass 59 ; TIME-NEW-PER-PASS-DAG: ScalarEvolutionAnalysis 60 ; TIME-NEW-PER-PASS-DAG: LoopAnalysis 61 ; TIME-NEW-PER-PASS-DAG: VerifierPass 62 ; TIME-NEW-PER-PASS-DAG: DominatorTreeAnalysis [all …]
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | debugify-each.ll | 2 ; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS 3 ; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS 5 ; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS 6 ; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS 9 ; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS 10 ; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS 13 ; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS 14 ; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS 36 ; RUN: FileCheck %s -input-file=%t -check-prefix=FUNCTION-PASS-ONE 41 ; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS-ONE [all …]
|
/external/ltp/testcases/kernel/power_management/ |
D | pm_include.sh | 5 PASS=0 98 PASS="Testcase FAIL - Able to execute" 101 PASS="Testcase PASS" 111 echo "${0}: ${PASS}: echo ${input} > ${test_file}" 174 PASS="Test PASS" 183 echo "${PASS}: cpu consolidation failed for" \ 197 echo "${PASS}: cpu consolidation for" \ 208 echo "${PASS}: cpu consolidation for" \ 227 PASS="Test PASS" 237 echo "${PASS}: cpu consolidation failed for" \ [all …]
|