RE: [FALCON] Functional Testing

2012-11-14 Thread Michael Schmalle
Yes! This is exactly what I was thinking and worked great, thanks Gordon. Mike Quoting Gordon Smith : What I do not get is if there is a way I can back track to where the problem is added so I could start in the code closer to the problem. Set a breakpoint in the constructor of CompilerP

Re: [FALCON] Functional Testing

2012-11-14 Thread Alex Harui
On 11/14/12 10:42 AM, "Michael Schmalle" wrote: > I will stay out of this discussion but I do agree Gordon that taking a > more "unit" approach to functional testing would create a stronger > foundation for reaching levels of stability with the compiler as a > standalone compiler that uses a s

RE: [FALCON] Functional Testing

2012-11-14 Thread Michael Schmalle
riginal Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, November 14, 2012 10:34 AM To: flex-dev@incubator.apache.org Subject: Re: [FALCON] Functional Testing On 11/14/12 10:29 AM, "Michael Schmalle" wrote: Ok so we have something basically setup like SWC tests. I

Re: [FALCON] Functional Testing

2012-11-14 Thread Michael Schmalle
Yeah I was already thinking this, I only suggested the "now" option so I could start "getting it" quicker, since I must say, the mustella scares me. :) It almost ate my computer. Jokes aside, I am a programmer and kind of hard headed to the dance of all the systems together. So someone says

RE: [FALCON] Functional Testing

2012-11-14 Thread Gordon Smith
that Falcon understand a document tag (), the tag, and the tag. - Gordon -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, November 14, 2012 10:34 AM To: flex-dev@incubator.apache.org Subject: Re: [FALCON] Functional Testing On 11/14/12 10:29 AM, &qu

Re: [FALCON] Functional Testing

2012-11-14 Thread Alex Harui
On 11/14/12 10:29 AM, "Michael Schmalle" wrote: > Ok so we have something basically setup like SWC tests. > > I will be honest, I have NO IDEA how to do; > > - run the SWF in Flash Player > - get the trace output, and check it > > If you would set that stuff up sometime and give me a templa

RE: [FALCON] Functional Testing

2012-11-14 Thread Gordon Smith
Gordon -Original Message- From: Michael Schmalle [mailto:apa...@teotigraphix.com] Sent: Wednesday, November 14, 2012 10:30 AM To: flex-dev@incubator.apache.org Subject: RE: [FALCON] Functional Testing Ok so we have something basically setup like SWC tests. I will be honest, I have NO IDEA how to do;

RE: [FALCON] Functional Testing

2012-11-14 Thread Gordon Smith
I'll work on setting up the first few functional tests. - Gordon -Original Message- From: Michael Schmalle [mailto:apa...@teotigraphix.com] Sent: Wednesday, November 14, 2012 10:30 AM To: flex-dev@incubator.apache.org Subject: RE: [FALCON] Functional Testing Ok so we have some

RE: [FALCON] Functional Testing

2012-11-14 Thread Michael Schmalle
Ok so we have something basically setup like SWC tests. I will be honest, I have NO IDEA how to do; - run the SWF in Flash Player - get the trace output, and check it If you would set that stuff up sometime and give me a template, I'll get the idea. Some of this stuff in the MXML AST is goi

RE: [FALCON] Functional Testing

2012-11-14 Thread Gordon Smith
The functional tests should simply call the entry point of MXMLC, check that there are no problems, and run the SWF in Flash Player, get the trace output, and check it. I also recommend that, as with the parsing unit tests I've been writing, you don't have to necessarily put the code to be compi