Skip to content

clone mapping for web context #7873

clone mapping for web context

clone mapping for web context #7873

GitHub Actions / Lucee Test Results failed Nov 25, 2024 in 0s

1 errors, 3 fail, 192 skipped, 3 739 pass in 3m 16s

    1 files  ±0  1 481 suites  ±0   3m 16s ⏱️ -36s
3 935 tests ±0  3 739 ✅ ±0  192 💤 ±0  3 ❌ ±0  1 🔥 ±0 
4 071 runs  ±0  3 840 ✅ ±0  227 💤 ±0  3 ❌ ±0  1 🔥 ±0 

Results for commit 3dfa2d6. ± Comparison against earlier commit ac5b282.

Annotations

Check warning on line 0 in test.functions.extensionInfo

See this annotation in the file changed.

@github-actions github-actions / Lucee Test Results

Checking Empty Spaces in GUID (test.functions.extensionInfo) failed

test/reports/junit-test-results-7.0.0.63-SNAPSHOT.xml [took 0s]
Raw output
The expected target is empty.

					[{Raw_Trace={system.assertion_cfc$cf$1_10.udfCall1(/testbox/system/Assertion.cfc:17)}, codePrintPlain={15: 	function fail( message = "", detail = "" ){
16: 		arguments.message = ( len( arguments.message ) ? arguments.message : "A test failure occurred" );
17: 		throw( type = "TestBox.AssertionFailed", message = arguments.message, detail = arguments.detail );
18: 	}
19: 
}, column={0}, line={17}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={15: &nbsp;&nbsp;&nbsp;function&nbsp;fail(&nbsp;message&nbsp;=&nbsp;&quot;&quot;,&nbsp;detail&nbsp;=&nbsp;&quot;&quot;&nbsp;){<br>
16: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.message&nbsp;=&nbsp;(&nbsp;len(&nbsp;arguments.message&nbsp;)&nbsp;?&nbsp;arguments.message&nbsp;:&nbsp;&quot;A&nbsp;test&nbsp;failure&nbsp;occurred&quot;&nbsp;);<br>
<b>17: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type&nbsp;=&nbsp;&quot;TestBox.AssertionFailed&quot;,&nbsp;message&nbsp;=&nbsp;arguments.message,&nbsp;detail&nbsp;=&nbsp;arguments.detail&nbsp;);</b><br>
18: &nbsp;&nbsp;&nbsp;}<br>
19: <br>
}}, {Raw_Trace={system.assertion_cfc$cf$1_10.udfCall3(/testbox/system/Assertion.cfc:483)}, codePrintPlain={481: 		// found, so throw it
482: 		arguments.message = ( len( arguments.message ) ? arguments.message : "The expected target is empty." );
483: 		fail( arguments.message );
484: 	}
485: 
}, column={0}, line={483}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={481: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;found,&nbsp;so&nbsp;throw&nbsp;it<br>
482: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.message&nbsp;=&nbsp;(&nbsp;len(&nbsp;arguments.message&nbsp;)&nbsp;?&nbsp;arguments.message&nbsp;:&nbsp;&quot;The&nbsp;expected&nbsp;target&nbsp;is&nbsp;empty.&quot;&nbsp;);<br>
<b>483: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fail(&nbsp;arguments.message&nbsp;);</b><br>
484: &nbsp;&nbsp;&nbsp;}<br>
485: <br>
}}, {Raw_Trace={system.expectation_cfc$cf$1_19w.udfCall2(/testbox/system/Expectation.cfc:277)}, codePrintPlain={275: 		arguments.target = this.actual;
276: 		if ( this.isNot ) {
277: 			variables.assert.isNotEmpty( argumentCollection = arguments );
278: 		} else {
279: 			variables.assert.isEmpty( argumentCollection = arguments );
}, column={0}, line={277}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Expectation.cfc}, id={??}, type={cfml}, codePrintHTML={275: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.target&nbsp;=&nbsp;this.actual;<br>
276: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&nbsp;this.isNot&nbsp;)&nbsp;{<br>
<b>277: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isNotEmpty(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);</b><br>
278: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>
279: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isEmpty(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);<br>
}}, {Raw_Trace={system.expectation_cfc$cf$1_19w.udfCall1(/testbox/system/Expectation.cfc:76)}, codePrintPlain={74: 
75: 			// execute the dynamic method
76: 			var results = invoke( this, arguments.missingMethodName, arguments.missingMethodArguments );
77: 			if ( !isNull( results ) ) {
78: 				return results;
}, column={0}, line={76}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Expectation.cfc}, id={??}, type={cfml}, codePrintHTML={74: <br>
75: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;execute&nbsp;the&nbsp;dynamic&nbsp;method<br>
<b>76: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;results&nbsp;=&nbsp;invoke(&nbsp;this,&nbsp;arguments.missingMethodName,&nbsp;arguments.missingMethodArguments&nbsp;);</b><br>
77: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&nbsp;!isNull(&nbsp;results&nbsp;)&nbsp;)&nbsp;{<br>
78: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;results;<br>
}}, {Raw_Trace={functions.extensioninfo_cfc$cf$1_5q.udfCall(/test/functions/extensionInfo.cfc:19)}, codePrintPlain={17: 			it(title = "Checking Empty Spaces in GUID", body = function( currentSpec ) {
18: 				var ext = ExtensionInfo( ' CED6227E-0F49-6367-A68D21AACA6B07E8 ' );
19: 				expect( ext ).notToBeEmpty();
20: 			});
21: 
}, column={0}, line={19}, template={/home/runner/work/Lucee/Lucee/test/functions/extensionInfo.cfc}, id={??}, type={cfml}, codePrintHTML={17: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it(title&nbsp;=&nbsp;&quot;Checking&nbsp;Empty&nbsp;Spaces&nbsp;in&nbsp;GUID&quot;,&nbsp;body&nbsp;=&nbsp;function(&nbsp;currentSpec&nbsp;)&nbsp;{<br>
18: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;ext&nbsp;=&nbsp;ExtensionInfo(&nbsp;'&nbsp;CED6227E-0F49-6367-A68D21AACA6B07E8&nbsp;'&nbsp;);<br>
<b>19: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expect(&nbsp;ext&nbsp;).notToBeEmpty();</b><br>
20: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br>
21: <br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall7(/testbox/system/BaseSpec.cfc:1438)}, codePrintPlain={1436: 	// Around Stub
1437: 	function aroundStub( spec ){
1438: 		spec.body( spec.data );
1439: 	}
1440: 
}, column={0}, line={1438}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1436: &nbsp;&nbsp;&nbsp;//&nbsp;Around&nbsp;Stub<br>
1437: &nbsp;&nbsp;&nbsp;function&nbsp;aroundStub(&nbsp;spec&nbsp;){<br>
<b>1438: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;spec.body(&nbsp;spec.data&nbsp;);</b><br>
1439: &nbsp;&nbsp;&nbsp;}<br>
1440: <br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall5(/testbox/system/BaseSpec.cfc:1090)}, codePrintPlain={1088: 			return function(){
1089: 				// Execute the body of the spec
1090: 				nextClosure.body( spec = thread.spec, suite = thread.suite, data = nextClosure.data );
1091: 			};
1092: 		}
}, column={0}, line={1090}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1088: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;function(){<br>
1089: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Execute&nbsp;the&nbsp;body&nbsp;of&nbsp;the&nbsp;spec<br>
<b>1090: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nextClosure.body(&nbsp;spec&nbsp;=&nbsp;thread.spec,&nbsp;suite&nbsp;=&nbsp;thread.suite,&nbsp;data&nbsp;=&nbsp;nextClosure.data&nbsp;);</b><br>
1091: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;};<br>
1092: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall5(/testbox/system/BaseSpec.cfc:1061)}, codePrintPlain={1059: 		);
1060: 		// Run the specs
1061: 		specStack();
1062: 
1063: 		return this;
}, column={0}, line={1061}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1059: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
1060: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;the&nbsp;specs<br>
<b>1061: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specStack();</b><br>
1062: <br>
1063: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;this;<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall4(/testbox/system/BaseSpec.cfc:908)}, codePrintPlain={906: 
907: 				try {
908: 					runAroundEachClosures( arguments.suite, arguments.spec );
909: 				} catch ( any e ) {
910: 					rethrow;
}, column={0}, line={908}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={906: <br>
907: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br>
<b>908: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runAroundEachClosures(&nbsp;arguments.suite,&nbsp;arguments.spec&nbsp;);</b><br>
909: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;catch&nbsp;(&nbsp;any&nbsp;e&nbsp;)&nbsp;{<br>
910: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rethrow;<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_19v.udfCall(/testbox/system/runners/BDDRunner.cfc:222)}, codePrintPlain={220: 						suiteStats=thread.suiteStats,
221: 						runner=this
222: 					);
223: 
224: 					// verify call backs
}, column={0}, line={222}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={220: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;suiteStats=thread.suiteStats,<br>
221: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runner=this<br>
<b>222: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);</b><br>
223: <br>
224: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;verify&nbsp;call&nbsp;backs<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_19v.udfCall(/testbox/system/runners/BDDRunner.cfc:84)}, codePrintPlain={82: 						testResults=arguments.testResults,
83: 						bundleStats=bundleStats,
84: 						callbacks=arguments.callbacks
85: 					);
86: 
}, column={0}, line={84}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={82: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults=arguments.testResults,<br>
83: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundleStats=bundleStats,<br>
<b>84: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks=arguments.callbacks</b><br>
85: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
86: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19m.udfCall2(/testbox/system/TestBox.cfc:474)}, codePrintPlain={472: 				// Run via BDD Style
473: 				new testbox.system.runners.BDDRunner( options=variables.options, testbox=this )
474: 					.run( target, arguments.testResults, arguments.callbacks );
475: 			}
476: 			else{
}, column={0}, line={474}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={472: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;via&nbsp;BDD&nbsp;Style<br>
473: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new&nbsp;testbox.system.runners.BDDRunner(&nbsp;options=variables.options,&nbsp;testbox=this&nbsp;)<br>
<b>474: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.run(&nbsp;target,&nbsp;arguments.testResults,&nbsp;arguments.callbacks&nbsp;);</b><br>
475: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else{<br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19m.udfCall1(/testbox/system/TestBox.cfc:252)}, codePrintPlain={250: 				bundlePath  = thisBundlePath,
251: 				testResults = results,
252: 				callbacks   = arguments.callbacks
253: 			);
254: 
}, column={0}, line={252}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={250: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundlePath&nbsp;&nbsp;=&nbsp;thisBundlePath,<br>
251: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;results,<br>
<b>252: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks&nbsp;&nbsp;&nbsp;=&nbsp;arguments.callbacks</b><br>
253: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
254: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19m.udfCall1(/testbox/system/TestBox.cfc:161)}, codePrintPlain={159: 		if( !isNull( arguments.reporter ) ){ variables.reporter = arguments.reporter; }
160: 		// run it and get results
161: 		var results = runRaw( argumentCollection=arguments );
162: 		// store latest results
163: 		variables.result = results;
}, column={0}, line={161}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={159: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(&nbsp;!isNull(&nbsp;arguments.reporter&nbsp;)&nbsp;){&nbsp;variables.reporter&nbsp;=&nbsp;arguments.reporter;&nbsp;}<br>
160: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;run&nbsp;it&nbsp;and&nbsp;get&nbsp;results<br>
<b>161: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;results&nbsp;=&nbsp;runRaw(&nbsp;argumentCollection=arguments&nbsp;);</b><br>
162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;store&nbsp;latest&nbsp;results<br>
163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.result&nbsp;=&nbsp;results;<br>
}}, {Raw_Trace={_testrunner_cfc$cf$1_2.udfCall(/test/_testRunner.cfc:294)}, codePrintPlain={292: 	,onSpecEnd 		= function( bundle, testResults, suite, spec ){}*/
293: } // callbacks
294: 			); // report = tb.run
295: 
296: 	 		// get the result
}, column={0}, line={294}, template={/home/runner/work/Lucee/Lucee/test/_testRunner.cfc}, id={??}, type={cfml}, codePrintHTML={292: &nbsp;&nbsp;&nbsp;,onSpecEnd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;function(&nbsp;bundle,&nbsp;testResults,&nbsp;suite,&nbsp;spec&nbsp;){}*/<br>
293: }&nbsp;//&nbsp;callbacks<br>
<b>294: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);&nbsp;//&nbsp;report&nbsp;=&nbsp;tb.run</b><br>
295: <br>
296: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;get&nbsp;the&nbsp;result<br>
}}, {Raw_Trace={run_tests_cfm180$cf$1y2p0ij32e8e7.call(/test/run-tests.cfm:348)}, codePrintPlain={346: 	systemOutput(NL & "-------------- Start Tests -----------", true);
347: 	silent {
348: 		testResults = new test._testRunner().runTests();
349: 	}
350: 
}, column={0}, line={348}, template={/home/runner/work/Lucee/Lucee/test/run-tests.cfm}, id={??}, type={cfml}, codePrintHTML={346: &nbsp;&nbsp;&nbsp;systemOutput(NL&nbsp;&amp;&nbsp;&quot;--------------&nbsp;Start&nbsp;Tests&nbsp;-----------&quot;,&nbsp;true);<br>
347: &nbsp;&nbsp;&nbsp;silent&nbsp;{<br>
<b>348: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;new&nbsp;test._testRunner().runTests();</b><br>
349: &nbsp;&nbsp;&nbsp;}<br>
350: <br>
}}]

Check failure on line 0 in test.functions.extensionInfo

See this annotation in the file changed.

@github-actions github-actions / Lucee Test Results

Checking extensionInfo() to return correct extension Info (test.functions.extensionInfo) with error

test/reports/junit-test-results-7.0.0.63-SNAPSHOT.xml [took 0s]
Raw output
key [NAME] doesn't exist

					lucee.runtime.exp.ExpressionException: key [NAME] doesn't exist
	at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:70)
	at lucee.runtime.type.StructImpl.get(StructImpl.java:180)
	at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:279)
	at lucee.runtime.PageContextImpl.us(PageContextImpl.java:1287)
	at functions.extensioninfo_cfc$cf$1_5q.udfCall(/test/functions/extensionInfo.cfc:24)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.type.EnvUDF.call(EnvUDF.java:119)
	at lucee.runtime.type.util.StructSupport.call(StructSupport.java:277)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2055)
	at system.basespec_cfc$cf$1_l.udfCall7(/testbox/system/BaseSpec.cfc:1438)
	at system.basespec_cfc$cf$1_l.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.util.StructSupport.callWithNamedValues(StructSupport.java:287)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2087)
	at system.basespec_cfc$cf$1_l.udfCall5(/testbox/system/BaseSpec.cfc:1090)
	at system.basespec_cfc$cf$1_l.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.type.EnvUDF.call(EnvUDF.java:119)
	at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2055)
	at system.basespec_cfc$cf$1_l.udfCall5(/testbox/system/BaseSpec.cfc:1061)
	at system.basespec_cfc$cf$1_l.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2055)
	at system.basespec_cfc$cf$1_l.udfCall4(/testbox/system/BaseSpec.cfc:908)
	at system.basespec_cfc$cf$1_l.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:723)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2122)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2087)
	at system.runners.bddrunner_cfc$cf$1_19v.udfCall(/testbox/system/runners/BDDRunner.cfc:222)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2087)
	at system.runners.bddrunner_cfc$cf$1_19v.udfCall(/testbox/system/runners/BDDRunner.cfc:84)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2103)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2055)
	at system.testbox_cfc$cf$1_19m.udfCall2(/testbox/system/TestBox.cfc:474)
	at system.testbox_cfc$cf$1_19m.udfCall(/testbox/system/TestBox.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2087)
	at system.testbox_cfc$cf$1_19m.udfCall1(/testbox/system/TestBox.cfc:252)
	at system.testbox_cfc$cf$1_19m.udfCall(/testbox/system/TestBox.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2087)
	at system.testbox_cfc$cf$1_19m.udfCall1(/testbox/system/TestBox.cfc:161)
	at system.testbox_cfc$cf$1_19m.udfCall(/testbox/system/TestBox.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:723)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2122)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2087)
	at _testrunner_cfc$cf$1_2.udfCall(/test/_testRunner.cfc:294)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2103)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2055)
	at run_tests_cfm180$cf$1y2p0ij32e8e7.call(/test/run-tests.cfm:348)
	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1095)
	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:989)
	at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:970)
	at zli3shic70q.call(Unknown Source)
	at lucee.runtime.compiler.Renderer.tag(Renderer.java:106)
	at lucee.runtime.compiler.Renderer.script(Renderer.java:96)
	at lucee.runtime.jsr223.ScriptEngineImpl.eval(ScriptEngineImpl.java:66)
	at lucee.runtime.jsr223.ScriptEngineImpl.eval(ScriptEngineImpl.java:221)
	at org.apache.tools.ant.util.optional.JavaxScriptRunner.evaluateScript(JavaxScriptRunner.java:154)
	at org.apache.tools.ant.util.optional.JavaxScriptRunner.executeScript(JavaxScriptRunner.java:86)
	at org.apache.tools.ant.taskdefs.optional.Script.execute(Script.java:54)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
	at org.apache.tools.ant.Task.perform(Task.java:350)
	at org.apache.tools.ant.Target.execute(Target.java:449)
	at org.apache.tools.ant.Target.performTasks(Target.java:470)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1374)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
	at org.apache.tools.ant.Main.runBuild(Main.java:818)
	at org.apache.tools.ant.Main.startAnt(Main.java:223)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Check warning on line 0 in test.general.Recompile

See this annotation in the file changed.

@github-actions github-actions / Lucee Test Results

rewrite CFML template (test.general.Recompile) failed

test/reports/junit-test-results-7.0.0.63-SNAPSHOT.xml [took 2s]
Raw output
Expected [10] but received [1]

					[{Raw_Trace={system.assertion_cfc$cf$1_10.udfCall1(/testbox/system/Assertion.cfc:17)}, codePrintPlain={15: 	function fail( message = "", detail = "" ){
16: 		arguments.message = ( len( arguments.message ) ? arguments.message : "A test failure occurred" );
17: 		throw( type = "TestBox.AssertionFailed", message = arguments.message, detail = arguments.detail );
18: 	}
19: 
}, column={0}, line={17}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={15: &nbsp;&nbsp;&nbsp;function&nbsp;fail(&nbsp;message&nbsp;=&nbsp;&quot;&quot;,&nbsp;detail&nbsp;=&nbsp;&quot;&quot;&nbsp;){<br>
16: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.message&nbsp;=&nbsp;(&nbsp;len(&nbsp;arguments.message&nbsp;)&nbsp;?&nbsp;arguments.message&nbsp;:&nbsp;&quot;A&nbsp;test&nbsp;failure&nbsp;occurred&quot;&nbsp;);<br>
<b>17: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type&nbsp;=&nbsp;&quot;TestBox.AssertionFailed&quot;,&nbsp;message&nbsp;=&nbsp;arguments.message,&nbsp;detail&nbsp;=&nbsp;arguments.detail&nbsp;);</b><br>
18: &nbsp;&nbsp;&nbsp;}<br>
19: <br>
}}, {Raw_Trace={system.assertion_cfc$cf$1_10.udfCall1(/testbox/system/Assertion.cfc:70)}, codePrintPlain={68: 		);
69: 		// if we reach here, nothing is equal man!
70: 		fail( arguments.message );
71: 	}
72: 
}, column={0}, line={70}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={68: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
69: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we&nbsp;reach&nbsp;here,&nbsp;nothing&nbsp;is&nbsp;equal&nbsp;man!<br>
<b>70: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fail(&nbsp;arguments.message&nbsp;);</b><br>
71: &nbsp;&nbsp;&nbsp;}<br>
72: <br>
}}, {Raw_Trace={system.expectation_cfc$cf$1_19w.udfCall1(/testbox/system/Expectation.cfc:164)}, codePrintPlain={162: 			variables.assert.isNotEqual( argumentCollection = arguments );
163: 		} else {
164: 			variables.assert.isEqual( argumentCollection = arguments );
165: 		}
166: 		return this;
}, column={0}, line={164}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Expectation.cfc}, id={??}, type={cfml}, codePrintHTML={162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isNotEqual(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);<br>
163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>
<b>164: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isEqual(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);</b><br>
165: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
166: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;this;<br>
}}, {Raw_Trace={general.recompile_cfc$cf$1_f8.udfCall(/test/general/Recompile.cfc:27)}, codePrintPlain={25: 					include "javaSettings/test.cfm";
26: 				}
27:     			expect(d).toBe("10");
28: 			});
29: 
}, column={0}, line={27}, template={/home/runner/work/Lucee/Lucee/test/general/Recompile.cfc}, id={??}, type={cfml}, codePrintHTML={25: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;&quot;javaSettings/test.cfm&quot;;<br>
26: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
<b>27: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expect(d).toBe(&quot;10&quot;);</b><br>
28: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br>
29: <br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall7(/testbox/system/BaseSpec.cfc:1438)}, codePrintPlain={1436: 	// Around Stub
1437: 	function aroundStub( spec ){
1438: 		spec.body( spec.data );
1439: 	}
1440: 
}, column={0}, line={1438}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1436: &nbsp;&nbsp;&nbsp;//&nbsp;Around&nbsp;Stub<br>
1437: &nbsp;&nbsp;&nbsp;function&nbsp;aroundStub(&nbsp;spec&nbsp;){<br>
<b>1438: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;spec.body(&nbsp;spec.data&nbsp;);</b><br>
1439: &nbsp;&nbsp;&nbsp;}<br>
1440: <br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall5(/testbox/system/BaseSpec.cfc:1090)}, codePrintPlain={1088: 			return function(){
1089: 				// Execute the body of the spec
1090: 				nextClosure.body( spec = thread.spec, suite = thread.suite, data = nextClosure.data );
1091: 			};
1092: 		}
}, column={0}, line={1090}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1088: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;function(){<br>
1089: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Execute&nbsp;the&nbsp;body&nbsp;of&nbsp;the&nbsp;spec<br>
<b>1090: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nextClosure.body(&nbsp;spec&nbsp;=&nbsp;thread.spec,&nbsp;suite&nbsp;=&nbsp;thread.suite,&nbsp;data&nbsp;=&nbsp;nextClosure.data&nbsp;);</b><br>
1091: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;};<br>
1092: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall5(/testbox/system/BaseSpec.cfc:1061)}, codePrintPlain={1059: 		);
1060: 		// Run the specs
1061: 		specStack();
1062: 
1063: 		return this;
}, column={0}, line={1061}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1059: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
1060: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;the&nbsp;specs<br>
<b>1061: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specStack();</b><br>
1062: <br>
1063: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;this;<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall4(/testbox/system/BaseSpec.cfc:908)}, codePrintPlain={906: 
907: 				try {
908: 					runAroundEachClosures( arguments.suite, arguments.spec );
909: 				} catch ( any e ) {
910: 					rethrow;
}, column={0}, line={908}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={906: <br>
907: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br>
<b>908: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runAroundEachClosures(&nbsp;arguments.suite,&nbsp;arguments.spec&nbsp;);</b><br>
909: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;catch&nbsp;(&nbsp;any&nbsp;e&nbsp;)&nbsp;{<br>
910: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rethrow;<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_19v.udfCall(/testbox/system/runners/BDDRunner.cfc:222)}, codePrintPlain={220: 						suiteStats=thread.suiteStats,
221: 						runner=this
222: 					);
223: 
224: 					// verify call backs
}, column={0}, line={222}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={220: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;suiteStats=thread.suiteStats,<br>
221: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runner=this<br>
<b>222: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);</b><br>
223: <br>
224: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;verify&nbsp;call&nbsp;backs<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_19v.udfCall(/testbox/system/runners/BDDRunner.cfc:84)}, codePrintPlain={82: 						testResults=arguments.testResults,
83: 						bundleStats=bundleStats,
84: 						callbacks=arguments.callbacks
85: 					);
86: 
}, column={0}, line={84}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={82: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults=arguments.testResults,<br>
83: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundleStats=bundleStats,<br>
<b>84: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks=arguments.callbacks</b><br>
85: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
86: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19m.udfCall2(/testbox/system/TestBox.cfc:474)}, codePrintPlain={472: 				// Run via BDD Style
473: 				new testbox.system.runners.BDDRunner( options=variables.options, testbox=this )
474: 					.run( target, arguments.testResults, arguments.callbacks );
475: 			}
476: 			else{
}, column={0}, line={474}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={472: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;via&nbsp;BDD&nbsp;Style<br>
473: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new&nbsp;testbox.system.runners.BDDRunner(&nbsp;options=variables.options,&nbsp;testbox=this&nbsp;)<br>
<b>474: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.run(&nbsp;target,&nbsp;arguments.testResults,&nbsp;arguments.callbacks&nbsp;);</b><br>
475: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else{<br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19m.udfCall1(/testbox/system/TestBox.cfc:252)}, codePrintPlain={250: 				bundlePath  = thisBundlePath,
251: 				testResults = results,
252: 				callbacks   = arguments.callbacks
253: 			);
254: 
}, column={0}, line={252}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={250: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundlePath&nbsp;&nbsp;=&nbsp;thisBundlePath,<br>
251: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;results,<br>
<b>252: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks&nbsp;&nbsp;&nbsp;=&nbsp;arguments.callbacks</b><br>
253: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
254: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19m.udfCall1(/testbox/system/TestBox.cfc:161)}, codePrintPlain={159: 		if( !isNull( arguments.reporter ) ){ variables.reporter = arguments.reporter; }
160: 		// run it and get results
161: 		var results = runRaw( argumentCollection=arguments );
162: 		// store latest results
163: 		variables.result = results;
}, column={0}, line={161}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={159: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(&nbsp;!isNull(&nbsp;arguments.reporter&nbsp;)&nbsp;){&nbsp;variables.reporter&nbsp;=&nbsp;arguments.reporter;&nbsp;}<br>
160: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;run&nbsp;it&nbsp;and&nbsp;get&nbsp;results<br>
<b>161: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;results&nbsp;=&nbsp;runRaw(&nbsp;argumentCollection=arguments&nbsp;);</b><br>
162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;store&nbsp;latest&nbsp;results<br>
163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.result&nbsp;=&nbsp;results;<br>
}}, {Raw_Trace={_testrunner_cfc$cf$1_2.udfCall(/test/_testRunner.cfc:294)}, codePrintPlain={292: 	,onSpecEnd 		= function( bundle, testResults, suite, spec ){}*/
293: } // callbacks
294: 			); // report = tb.run
295: 
296: 	 		// get the result
}, column={0}, line={294}, template={/home/runner/work/Lucee/Lucee/test/_testRunner.cfc}, id={??}, type={cfml}, codePrintHTML={292: &nbsp;&nbsp;&nbsp;,onSpecEnd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;function(&nbsp;bundle,&nbsp;testResults,&nbsp;suite,&nbsp;spec&nbsp;){}*/<br>
293: }&nbsp;//&nbsp;callbacks<br>
<b>294: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);&nbsp;//&nbsp;report&nbsp;=&nbsp;tb.run</b><br>
295: <br>
296: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;get&nbsp;the&nbsp;result<br>
}}, {Raw_Trace={run_tests_cfm180$cf$1y2p0ij32e8e7.call(/test/run-tests.cfm:348)}, codePrintPlain={346: 	systemOutput(NL & "-------------- Start Tests -----------", true);
347: 	silent {
348: 		testResults = new test._testRunner().runTests();
349: 	}
350: 
}, column={0}, line={348}, template={/home/runner/work/Lucee/Lucee/test/run-tests.cfm}, id={??}, type={cfml}, codePrintHTML={346: &nbsp;&nbsp;&nbsp;systemOutput(NL&nbsp;&amp;&nbsp;&quot;--------------&nbsp;Start&nbsp;Tests&nbsp;-----------&quot;,&nbsp;true);<br>
347: &nbsp;&nbsp;&nbsp;silent&nbsp;{<br>
<b>348: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;new&nbsp;test._testRunner().runTests();</b><br>
349: &nbsp;&nbsp;&nbsp;}<br>
350: <br>
}}]

Check warning on line 0 in test.general.Recompile

See this annotation in the file changed.

@github-actions github-actions / Lucee Test Results

rewrite CFC template (test.general.Recompile) failed

test/reports/junit-test-results-7.0.0.63-SNAPSHOT.xml [took 2s]
Raw output
Expected [10] but received [1]

					[{Raw_Trace={system.assertion_cfc$cf$1_10.udfCall1(/testbox/system/Assertion.cfc:17)}, codePrintPlain={15: 	function fail( message = "", detail = "" ){
16: 		arguments.message = ( len( arguments.message ) ? arguments.message : "A test failure occurred" );
17: 		throw( type = "TestBox.AssertionFailed", message = arguments.message, detail = arguments.detail );
18: 	}
19: 
}, column={0}, line={17}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={15: &nbsp;&nbsp;&nbsp;function&nbsp;fail(&nbsp;message&nbsp;=&nbsp;&quot;&quot;,&nbsp;detail&nbsp;=&nbsp;&quot;&quot;&nbsp;){<br>
16: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.message&nbsp;=&nbsp;(&nbsp;len(&nbsp;arguments.message&nbsp;)&nbsp;?&nbsp;arguments.message&nbsp;:&nbsp;&quot;A&nbsp;test&nbsp;failure&nbsp;occurred&quot;&nbsp;);<br>
<b>17: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type&nbsp;=&nbsp;&quot;TestBox.AssertionFailed&quot;,&nbsp;message&nbsp;=&nbsp;arguments.message,&nbsp;detail&nbsp;=&nbsp;arguments.detail&nbsp;);</b><br>
18: &nbsp;&nbsp;&nbsp;}<br>
19: <br>
}}, {Raw_Trace={system.assertion_cfc$cf$1_10.udfCall1(/testbox/system/Assertion.cfc:70)}, codePrintPlain={68: 		);
69: 		// if we reach here, nothing is equal man!
70: 		fail( arguments.message );
71: 	}
72: 
}, column={0}, line={70}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={68: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
69: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we&nbsp;reach&nbsp;here,&nbsp;nothing&nbsp;is&nbsp;equal&nbsp;man!<br>
<b>70: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fail(&nbsp;arguments.message&nbsp;);</b><br>
71: &nbsp;&nbsp;&nbsp;}<br>
72: <br>
}}, {Raw_Trace={system.expectation_cfc$cf$1_19w.udfCall1(/testbox/system/Expectation.cfc:164)}, codePrintPlain={162: 			variables.assert.isNotEqual( argumentCollection = arguments );
163: 		} else {
164: 			variables.assert.isEqual( argumentCollection = arguments );
165: 		}
166: 		return this;
}, column={0}, line={164}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Expectation.cfc}, id={??}, type={cfml}, codePrintHTML={162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isNotEqual(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);<br>
163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>
<b>164: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isEqual(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);</b><br>
165: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
166: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;this;<br>
}}, {Raw_Trace={general.recompile_cfc$cf$1_f8.udfCall(/test/general/Recompile.cfc:40)}, codePrintPlain={38: 				writeFile("javaSettings/ATest.cfc","component {function test(){return '10';}}");
39: 				var d=new javaSettings.ATest();
40: 				expect(d.test()).toBe(10);
41:     		});
42: 
}, column={0}, line={40}, template={/home/runner/work/Lucee/Lucee/test/general/Recompile.cfc}, id={??}, type={cfml}, codePrintHTML={38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;writeFile(&quot;javaSettings/ATest.cfc&quot;,&quot;component&nbsp;{function&nbsp;test(){return&nbsp;'10';}}&quot;);<br>
39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;d=new&nbsp;javaSettings.ATest();<br>
<b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expect(d.test()).toBe(10);</b><br>
41: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br>
42: <br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall7(/testbox/system/BaseSpec.cfc:1438)}, codePrintPlain={1436: 	// Around Stub
1437: 	function aroundStub( spec ){
1438: 		spec.body( spec.data );
1439: 	}
1440: 
}, column={0}, line={1438}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1436: &nbsp;&nbsp;&nbsp;//&nbsp;Around&nbsp;Stub<br>
1437: &nbsp;&nbsp;&nbsp;function&nbsp;aroundStub(&nbsp;spec&nbsp;){<br>
<b>1438: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;spec.body(&nbsp;spec.data&nbsp;);</b><br>
1439: &nbsp;&nbsp;&nbsp;}<br>
1440: <br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall5(/testbox/system/BaseSpec.cfc:1090)}, codePrintPlain={1088: 			return function(){
1089: 				// Execute the body of the spec
1090: 				nextClosure.body( spec = thread.spec, suite = thread.suite, data = nextClosure.data );
1091: 			};
1092: 		}
}, column={0}, line={1090}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1088: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;function(){<br>
1089: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Execute&nbsp;the&nbsp;body&nbsp;of&nbsp;the&nbsp;spec<br>
<b>1090: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nextClosure.body(&nbsp;spec&nbsp;=&nbsp;thread.spec,&nbsp;suite&nbsp;=&nbsp;thread.suite,&nbsp;data&nbsp;=&nbsp;nextClosure.data&nbsp;);</b><br>
1091: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;};<br>
1092: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall5(/testbox/system/BaseSpec.cfc:1061)}, codePrintPlain={1059: 		);
1060: 		// Run the specs
1061: 		specStack();
1062: 
1063: 		return this;
}, column={0}, line={1061}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1059: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
1060: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;the&nbsp;specs<br>
<b>1061: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specStack();</b><br>
1062: <br>
1063: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;this;<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_l.udfCall4(/testbox/system/BaseSpec.cfc:908)}, codePrintPlain={906: 
907: 				try {
908: 					runAroundEachClosures( arguments.suite, arguments.spec );
909: 				} catch ( any e ) {
910: 					rethrow;
}, column={0}, line={908}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={906: <br>
907: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br>
<b>908: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runAroundEachClosures(&nbsp;arguments.suite,&nbsp;arguments.spec&nbsp;);</b><br>
909: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;catch&nbsp;(&nbsp;any&nbsp;e&nbsp;)&nbsp;{<br>
910: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rethrow;<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_19v.udfCall(/testbox/system/runners/BDDRunner.cfc:222)}, codePrintPlain={220: 						suiteStats=thread.suiteStats,
221: 						runner=this
222: 					);
223: 
224: 					// verify call backs
}, column={0}, line={222}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={220: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;suiteStats=thread.suiteStats,<br>
221: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runner=this<br>
<b>222: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);</b><br>
223: <br>
224: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;verify&nbsp;call&nbsp;backs<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_19v.udfCall(/testbox/system/runners/BDDRunner.cfc:84)}, codePrintPlain={82: 						testResults=arguments.testResults,
83: 						bundleStats=bundleStats,
84: 						callbacks=arguments.callbacks
85: 					);
86: 
}, column={0}, line={84}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={82: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults=arguments.testResults,<br>
83: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundleStats=bundleStats,<br>
<b>84: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks=arguments.callbacks</b><br>
85: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
86: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19m.udfCall2(/testbox/system/TestBox.cfc:474)}, codePrintPlain={472: 				// Run via BDD Style
473: 				new testbox.system.runners.BDDRunner( options=variables.options, testbox=this )
474: 					.run( target, arguments.testResults, arguments.callbacks );
475: 			}
476: 			else{
}, column={0}, line={474}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={472: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;via&nbsp;BDD&nbsp;Style<br>
473: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new&nbsp;testbox.system.runners.BDDRunner(&nbsp;options=variables.options,&nbsp;testbox=this&nbsp;)<br>
<b>474: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.run(&nbsp;target,&nbsp;arguments.testResults,&nbsp;arguments.callbacks&nbsp;);</b><br>
475: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else{<br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19m.udfCall1(/testbox/system/TestBox.cfc:252)}, codePrintPlain={250: 				bundlePath  = thisBundlePath,
251: 				testResults = results,
252: 				callbacks   = arguments.callbacks
253: 			);
254: 
}, column={0}, line={252}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={250: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundlePath&nbsp;&nbsp;=&nbsp;thisBundlePath,<br>
251: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;results,<br>
<b>252: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks&nbsp;&nbsp;&nbsp;=&nbsp;arguments.callbacks</b><br>
253: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
254: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19m.udfCall1(/testbox/system/TestBox.cfc:161)}, codePrintPlain={159: 		if( !isNull( arguments.reporter ) ){ variables.reporter = arguments.reporter; }
160: 		// run it and get results
161: 		var results = runRaw( argumentCollection=arguments );
162: 		// store latest results
163: 		variables.result = results;
}, column={0}, line={161}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={159: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(&nbsp;!isNull(&nbsp;arguments.reporter&nbsp;)&nbsp;){&nbsp;variables.reporter&nbsp;=&nbsp;arguments.reporter;&nbsp;}<br>
160: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;run&nbsp;it&nbsp;and&nbsp;get&nbsp;results<br>
<b>161: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;results&nbsp;=&nbsp;runRaw(&nbsp;argumentCollection=arguments&nbsp;);</b><br>
162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;store&nbsp;latest&nbsp;results<br>
163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.result&nbsp;=&nbsp;results;<br>
}}, {Raw_Trace={_testrunner_cfc$cf$1_2.udfCall(/test/_testRunner.cfc:294)}, codePrintPlain={292: 	,onSpecEnd 		= function( bundle, testResults, suite, spec ){}*/
293: } // callbacks
294: 			); // report = tb.run
295: 
296: 	 		// get the result
}, column={0}, line={294}, template={/home/runner/work/Lucee/Lucee/test/_testRunner.cfc}, id={??}, type={cfml}, codePrintHTML={292: &nbsp;&nbsp;&nbsp;,onSpecEnd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;function(&nbsp;bundle,&nbsp;testResults,&nbsp;suite,&nbsp;spec&nbsp;){}*/<br>
293: }&nbsp;//&nbsp;callbacks<br>
<b>294: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);&nbsp;//&nbsp;report&nbsp;=&nbsp;tb.run</b><br>
295: <br>
296: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;get&nbsp;the&nbsp;result<br>
}}, {Raw_Trace={run_tests_cfm180$cf$1y2p0ij32e8e7.call(/test/run-tests.cfm:348)}, codePrintPlain={346: 	systemOutput(NL & "-------------- Start Tests -----------", true);
347: 	silent {
348: 		testResults = new test._testRunner().runTests();
349: 	}
350: 
}, column={0}, line={348}, template={/home/runner/work/Lucee/Lucee/test/run-tests.cfm}, id={??}, type={cfml}, codePrintHTML={346: &nbsp;&nbsp;&nbsp;systemOutput(NL&nbsp;&amp;&nbsp;&quot;--------------&nbsp;Start&nbsp;Tests&nbsp;-----------&quot;,&nbsp;true);<br>
347: &nbsp;&nbsp;&nbsp;silent&nbsp;{<br>
<b>348: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;new&nbsp;test._testRunner().runTests();</b><br>
349: &nbsp;&nbsp;&nbsp;}<br>
350: <br>
}}]