This is exciting to hear. :) -Mark
-----Original Message----- From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent: Friday, October 25, 2013 6:44 AM To: dev@flex.apache.org Subject: Re: [FALCON] Basic Tests pass Ok, this is all I have time for today: I build a fresh copy of Falcon and pulled a fresh copy of the 4.11 SDK. Next I copied the contents of the 'flex-falcon/compiler/generated/dist/sdk/bin' and '[same]/lib' to the corresponding directories in the SDK, under the - probably silly, I'm new at this - assumption this switches out the old compiler for Falcon... I build the SDK ("ant main checkintests"). And: success! Next I got really bold and decided to try a bit of Mustella: './mini_run.sh tests/components/Label'. This got me 2 compile errors on a mysterious character in 2 of the AS files. After manually removing that character (invisible, but noticeable because the cursor didn't move when I deleted it), 255 tests ran, most of which failed. The failures were mostly bitmap compares, so I ran -createImages. This got rid of most failures: 240 tests pass, 15 fail. From a very quick look at the bitmaps, it looks to me that the 'bad' images are sharper than the baselines. I think this is all very impressive, and I think with a little more work, and A LOT MORE TESTING, we are getting close... EdB