The console output won’t get reflected to the flashlog.txt, but the results parser is looking in flashlog.txt for output. So maybe flashlog.txt will stop logging or show some other error.
-Alex On 3/24/15, 8:40 AM, "Tom Chiverton" <t...@extravision.com> wrote: >On 24/03/15 14:58, Alex Harui wrote: >> Tom, >> >> This is definitely that important, but BasicTests doesn’t do bitmap >> compares so it shouldn’t be a matter of generating correct pictures if I >> understand you correctly. What kind of failure is being reported? > >I've rebuilt now and the tests eventually explode with a null pointer >exception: > >/tmp/apache-flex-sdk-4.14.1-src/frameworks/tests/basicTests/spark/views/He >lloWorld.swf >(62954 bytes) >launching player and swf >(flashplayerdebugger:20865): GLib-GObject-WARNING **: instance with >invalid (NULL) class pointer >(flashplayerdebugger:20865): GLib-GObject-CRITICAL **: >g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE >(instance)' failed >BUILD FAILED >/tmp/ApproveSDK.xml:387: The following error occurred while executing >this line: >/tmp/apache-flex-sdk-4.14.1-src/build.xml:1570: exec returned: 1 > >That was using the 11.2.202.394 debugger player. I upgraded to the very >latest 11.2.202.451 and re-ran basictests (with no rebuild) and it moves >the crash a little: > >(flashplayerdebugger:21111): GLib-GObject-WARNING **: instance with >invalid (NULL) class pointer >(flashplayerdebugger:21111): GLib-GObject-CRITICAL **: >g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE >(instance)' failed > >I always though it was just me. >Is there a way to get detailed test-by-test output for the basictests to >see if it's one in particular that triggers it ? > >Tom