I had never run those tests specifically - I was not even aware of those yet, the unit tests run during ant all build had proceeded without problems:
I am seeing this: [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile [junit] Unable to parse D:\FLEXSDKS\_asf\flex-asjs\frameworks\as\basic-manifest.xml [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.76 sec [junit] Running org.apache.flex.compiler.internal.codegen.mxml.flexjs.TestFlexJSMXMLApplication [junit] Unable to parse D:\FLEXSDKS\_asf\flex-asjs\frameworks\as\basic-manifest.xml [junit] In initializer for 'basic:initialView', type org.apache.flex.html.Label is not assignable to target type 'org.apache.flex.core.IApplicationView'. [junit] Unable to parse D:\FLEXSDKS\_asf\flex-asjs\frameworks\as\basic-manifest.xml [junit] Unable to parse D:\FLEXSDKS\_asf\flex-asjs\frameworks\as\basic-manifest.xml [junit] In initializer for 'basic:initialView', type org.apache.flex.html.Label is not assignable to target type 'org.apache.flex.core.IApplicationView'. [junit] Unable to parse D:\FLEXSDKS\_asf\flex-asjs\frameworks\as\basic-manifest.xml [junit] In initializer for 'basic:initialView', type org.apache.flex.html.Label is not assignable to target type 'org.apache.flex.core.IApplicationView'. [junit] Unable to parse D:\FLEXSDKS\_asf\flex-asjs\frameworks\as\basic-manifest.xml [junit] In initializer for 'basic:initialView', type org.apache.flex.html.Label is not assignable to target type 'org.apache.flex.core.IApplicationView'. I am not sure what 'Unable to parse D:\FLEXSDKS\_asf\flex-asjs\frameworks\as\basic-manifest.xml' is yet. but the errors are related to my changes, but also seems like they found something valid. I can look into this in a about 5-6 hours time. Do you need me to revert the commit until I get a chance to address those tests? On Wed, Mar 8, 2017 at 9:53 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 3/7/17, 9:41 AM, "Greg Dove" <greg.d...@gmail.com> wrote: > > >Anything else I should be doing? > > If you are using Ant to build flex-falcon, please run > > ant flexjs.dependent.tests > > This may require setting up an ASJS_HOME environment variable or setting > in env.properties to point to the flex-asjs repo that has previously been > built so it as the SWCs. > > The flex-falcon build just failed. Not sure if it is due to your changes. > > Thanks, > -Alex > >