Re: Debugging Tests

2014-12-16 Thread piotrz
iew this message in context: http://apache-flex-development.247.n4.nabble.com/Debugging-Tests-tp42862p43557.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Debugging Tests

2014-12-02 Thread Harbs
Just FYI: With the help of Piotr, I managed to get set up to debug the tests. It looks to me that the float is not being composed in the parcel for some reason, but I’m going to have to spend time to track down exactly what’s wrong. I’ll spend some more time on that tomorrow. FWIW, I fixed an

Re: Debugging Tests

2014-12-01 Thread Erik de Bruin
To clarify the process to get to the point Alex is talking about: You first have to set up Mustella according to the manual in the Wiki [1]. Then you have to run the tests (make sure you only run a subset based on the failures from the jobs on the Mustella VM [2], unless you have 8 - 10 hrs to kil

Re: Debugging Tests

2014-12-01 Thread piotrz
Thanks Erik! :) - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Debugging-Tests-tp42862p42888.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Debugging Tests

2014-12-01 Thread Erik de Bruin
t; http://apache-flex-development.247.n4.nabble.com/Debugging-Tests-tp42862p42882.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: Debugging Tests

2014-12-01 Thread piotrz
Just for the note we have scheduled debugging session with Harbs tomorrow evening. I hope we will resolve all problems related to this. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Debugging-Tests

Re: Debugging Tests

2014-11-30 Thread piotrz
...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Debugging-Tests-tp42862p42875.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Debugging Tests

2014-11-30 Thread Harbs
t; Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/Debugging-Tests-tp42862p42868.html > Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Debugging Tests

2014-11-30 Thread piotrz
Hi Harbs, Do you still need help with this ? We could try meet on skype and I could provide you some information how to set up Intellij. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Debugging

Re: Debugging Tests

2014-11-30 Thread Harbs
I’m actually talking about the Unit Tests. I figured that it’s easier to start with than Mustella. On Nov 30, 2014, at 2:26 PM, OmPrakash Muppirala wrote: > I assume you are talking about Mustella tests? I wrote up some detailed > directions on how to debug Mustella tests with FB a while ago [

Re: Debugging Tests

2014-11-30 Thread Alex Harui
I just ran the tests. To help you see bitmap differences, you can run from the mustella directory ant imagediff This should build and run the imagediff tool. Navigate to the mustella/tests/gumbo/components/RichEditableText folder then select “Find Images”. Then hit Ctrl-A to select everythi

Re: Debugging Tests

2014-11-30 Thread OmPrakash Muppirala
Sorry, I am way way past my bedtime. Here is the second link. [2] https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview On Sun, Nov 30, 2014 at 4:26 AM, OmPrakash Muppirala wrote: > I assume you are talking about Mustella tests? I wrote up some detailed > directions on how to deb

Re: Debugging Tests

2014-11-30 Thread OmPrakash Muppirala
I assume you are talking about Mustella tests? I wrote up some detailed directions on how to debug Mustella tests with FB a while ago [1] The wiki page [2] has similar instructions for IntelliJ as well. (Search for 'Debugging with IDEA' in this page) Thanks, Om [1] http://mail-archives.apache.

Debugging Tests

2014-11-30 Thread Harbs
I’m trying to work on the test failures, and there’s got to be a better way than what I’m doing. I’m trying to debug using fdb, but it’s incredibly tedious just trying to find the spot where things are going off. It’s the first time I’m ever using fdb, so chances are I’m not using it right, but