Re: Compiler ASDateTests failing on Jenkins

2021-06-28 Thread Josh Tynjala
Okay, the best I can tell so fa is that release step 13 appears to be failing for the same reason that regular nightly builds of royale-compiler and royale-asjs_jsonly have been failing recently. They're all failing at the same ASDateTests. Some interesting console output that mentions the current

Re: Compiler ASDateTests failing on Jenkins

2021-06-28 Thread Josh Tynjala
ASDateTests extends ASFeatureTestsBase. In ASFeatureTestsBase, you can see the getAS() method where the code for the test is generated. If playerglobal.swc is available, it creates a main class for Flash that extends Sprite. If playerglobal.swc is not available, the main class does not extend Sprit

Compiler ASDateTests failing on Jenkins

2021-06-28 Thread Yishay Weiss
The standalone flash player pops up messages such as TypeError: Error #2023: Class ASDateTests4516718174320608253$ must inherit from Sprite to link to the root. If I click ‘continue’ then the tests seem to pass, but I can’t do that in a build script. You can see log [1] of tests failure here

Royale_Release_Step_013 - Build # 14 - Still Failing!

2021-06-28 Thread apacheroyaleci
Royale_Release_Step_013 - Build # 14 - Still Failing: Check console output at http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_013/14/ to view the results.

Royale_Release_Step_013 - Build # 13 - Still Failing!

2021-06-28 Thread apacheroyaleci
Royale_Release_Step_013 - Build # 13 - Still Failing: Check console output at http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_013/13/ to view the results.