On 12/11/14, 1:45 PM, "Chris Martin" <chrsm...@outlook.com> wrote:
>Sweet! Unfortunately even running with the -failures flag, the test >still fails, but for a different reason. > >Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: >file:///c:/tmp/IncludeList.txt > at >IncludeFileLocation$/init()[C:\Users\cmartin\Documents\GitHub\flex-sdk\mus >tella\as3\src\mustella\IncludeFileLocation.as:70] On Windows, the -failures switch should cause some code to write to c:/tmp/IncludeList.txt, then the SWF should try to read from there. If you have security setups blocking that, there could be issues. >One thing that I have noticed is that the number of passed tests can >sometimes be 14 and other times 8. So I think that the test for >ResourceManager halts when it encounters an actionscript exception. I >assume this is only the case because of the nature of the failure. The test environment may not be able to fully recover from an exception so it doesn’t make sense to keep running tests. There could be popups left on the screen, etc. >>try to make these changes? I can try to find time to do it otherwise. > >Yeah I can take a crack at it. Do I need to adjust the test names so they >are unique as well as add in the .compile files as needed? First, make sure I’m right and that there are duplicate test names and make them unique. Then see what you need to do to fix the failing test, which I would guess requires a .compile file to include the fr_FR locale. Good luck, have fun, and thanks for working on it. -Alex