FWIW, containerview used to represent one of the biggest implementation 
differences between swf and js.  Containerview supports scrolling which in swf 
requires an internal contentarea child with addelement proxied to the 
contentarea. In js you can just use css overflow.

So in swf there was code to add contentarea by bypassing the addelement 
proxies. The current code is running into trouble adding the contentarea.

Alex

Sent via the Samsung Galaxy A51 5G, an AT&T 5G smartphone
Get Outlook for Android<https://aka.ms/AAb9ysg>

________________________________
From: Yishay Weiss <yishayj...@hotmail.com>
Sent: Thursday, July 8, 2021 2:52:34 AM
To: dev@royale.apache.org <dev@royale.apache.org>; Edward Stangler 
<estang...@bradmark.com>
Subject: RE: Mustella Tests

>  1.  cd …/royale-asjs/
>  2.  ant basictests

Looks like my mail client messed up the list item numbers, but hopefully you 
get the idea…

From: Yishay Weiss<mailto:yishayj...@hotmail.com>
Sent: Thursday, July 8, 2021 3:50 PM
To: dev@royale.apache.org<mailto:dev@royale.apache.org>; Edward 
Stangler<mailto:estang...@bradmark.com>
Subject: RE: Mustella Tests

Looks like reverting 6d1c020577cec69b6207a5b46356b6a2b74f308c fixes it

@Edward Stangler<mailto:estang...@bradmark.com> , do you think you can have a 
look?

Here’s what I needed to do to run Mustella tests:


  1.  Make sure the following env vars are defined (I’m giving my values for 
reference)

AIR_HOME=C:\MoonshineSDKs\Flex_SDK\Flex_4.16.1_AIR_32.0
FLASHPLAYER_DEBUGGER=C:\dev\content_debugger\flashplayer_32_sa_debug.exe
GOOG_HOME=C:\dev\full_royale_sdk\royale-asjs\js\lib\google\closure-library
PLAYERGLOBAL_HOME=C:\dev\player


  1.  Make sure %PLAYERGLOBAL_HOME%/11.1/playerglobal.swc exists
  2.  Make sure ~/mm.cfg exists and contains the following line


TraceOutputFileEnable=1


  1.  cd …/royale-asjs/
  2.  ant basictests

From: Yishay Weiss<mailto:yishayj...@hotmail.com>
Sent: Thursday, July 8, 2021 9:23 AM
To: dev@royale.apache.org<mailto:dev@royale.apache.org>
Subject: RE: Mustella Tests

Ok, got it. I do not have a Mac. I’ll look at the Git log for changes to 
containerview.

Enjoy your vacation!

From: Alex Harui<mailto:aha...@adobe.com.INVALID>
Sent: Wednesday, July 7, 2021 8:37 PM
To: dev@royale.apache.org<mailto:dev@royale.apache.org>
Subject: Re: Mustella Tests

I'm on a family trip and took my windows laptop instead of my Mac.  I debugged 
into it and now wonder how it passed on the Mac.  There were changes to basic 
containerview that don't seem right for swf.
Maybe you can debug on Mac in containerview addviewport or maybe Mac isn't 
output log and we are looking at old log.

Sent via the Samsung Galaxy A51 5G, an AT&T 5G smartphone
Get Outlook for 
Android<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2FAAb9ysg&amp;data=04%7C01%7Caharui%40adobe.com%7C434519e971964dae893908d9420f488d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637613455678333874%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=RJ8dlkt8FpvEEJVuDaNZS2xzaO3QLH0N7vWnfeAi3UM%3D&amp;reserved=0>

________________________________
From: Yishay Weiss <yishayj...@hotmail.com>
Sent: Tuesday, July 6, 2021 8:56:42 AM
To: dev@royale.apache.org <dev@royale.apache.org>
Subject: RE: Mustella Tests

Did you rule out fp versions and different env vars?

From: Alex Harui<mailto:aha...@adobe.com.INVALID>
Sent: Tuesday, July 6, 2021 9:12 AM
To: dev@royale.apache.org<mailto:dev@royale.apache.org>
Subject: Re: Mustella Tests

I got the same error on my Windows machine, but it passed on my Mac.  Very 
strange because I don't think we have much mac vs win code.  Not sure if I'll 
have time to debug into it.

-Alex

On 7/5/21, 2:42 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote:


    Hi Guys,

    We’re close to having a release out. The hurdle right now is that Mustella 
tests are failing on the CI. Does anyone have time to test if they are passing 
locally on their pc? Right now it fails for me with

    
>scriptName=halo.scripts::ButtonTestScript&id=SetupButtonTest&result=fail&elapsed=13&phase=body&started=1625149537338&extraInfo=&msg=ArgumentError:
 Error #2024: An object cannot be added as a child of itself.^

    Looking at ButtonTest I think this is caused by a state change that 
manifests in an includeIn command. I don't know if includeIn stopped working in 
swf (this test passed previously) or if I’m missing some env var on CI.

    I will probably revisit this by the end of the week if nobody else beats me 
to it.

    Thanks.


Reply via email to