Skip to content

Instantly share code, notes, and snippets.

@devboy
Created April 15, 2011 13:29
Show Gist options
  • Save devboy/921681 to your computer and use it in GitHub Desktop.
Save devboy/921681 to your computer and use it in GitHub Desktop.
FlexUnit4 output of buildr-as3
Devboys-MacBook-Pro:mxmlc_swf devboy$ buildr test
(in /Users/devboy/Development/Source/Ruby/buildr_as3_test, development)
Testing buildr_as3_test:mxmlc_swf
Compiling buildr_as3_test:mxmlc_swf into /Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/target/bin
Loading configuration file /Users/devboy/.m2/repository/com/adobe/flex/sdk/4.1.0.16076/sdk-4.1.0.16076/frameworks/flex-config.xml
/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/src/main/as3/Test.as: Warning: This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option.
/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/target/bin/Test.swf (864 bytes)
[INFO] Apparat -- http://apparat.googlecode.com/
[INFO] Launching tool: Turbo Diesel Sport Injection
[WARNING] 7z is not present on PATH. Fallback to normal compression.
[INFO] Completed in 617ms.
[INFO] Apparat -- http://apparat.googlecode.com/
[INFO] Launching tool: Reducer
[WARNING] 7z is not present on PATH. Fallback to normal compression.
[INFO] Compression ratio: 33.65%
[INFO] Total bytes: 284
[INFO] Completed in 432ms.
Compiling buildr_as3_test:mxmlc_swf:test into /Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/target/test/bin
Loading configuration file /Users/devboy/.m2/repository/com/adobe/flex/sdk/4.1.0.16076/sdk-4.1.0.16076/frameworks/flex-config.xml
/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/target/test/bin/TestRunner.swf (217743 bytes)
Running tests in buildr_as3_test:mxmlc_swf
flexunit4truepropertiesbaseDir/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/target/test/binintegration
Validating task attributes ...
Generating default values ...
Using default working dir [/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/reports/flexunit4]
Using default reporting dir [/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/reports/flexunit4]
Using the following settings for the test run:
FLEX_HOME: [/Users/devboy/.m2/repository/com/adobe/flex/sdk/4.1.0.16076/sdk-4.1.0.16076]
haltonfailure: [false]
headless: [false]
display: [99]
localTrusted: [true]
player: [flash]
port: [1024]
swf: [/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/target/test/bin/TestRunner.swf]
timeout: [60000ms]
toDir: [/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/reports/flexunit4]
Setting up server process ...
Starting server ...
Opening server socket on port [1024].
Waiting for client connection ...
Entry [/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/target/test/bin] already available in local trust file at [/Users/devboy/Library/Preferences/Macromedia/Flash Player/#Security/FlashPlayerTrust/flexUnit.cfg].
Executing 'open' with arguments:
'/Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/target/test/bin/TestRunner.swf'
The ' characters around the executable and arguments are
not part of the command.
Client connected.
Setting inbound buffer size to [262144] bytes.
Receiving data ...
Sending acknowledgement to player to start sending test data ...
FlexUnit test testSampleIgnore in suite org.flexunit.demo.SampleTest was ignored.
FlexUnit test testSampleIgnore in suite org.flexunit.demo.Sample2Test was ignored.
FlexUnit test testSampleIgnore in suite org.flexunit.demo.Sample3Test was ignored.
Stopping server ...
End of test data reached, sending acknowledgement to player ...
Closing client connection ...
Closing server on port [1024] ...
Analyzing reports ...
Suite: org.flexunit.demo.Sample3Test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec
Suite: org.flexunit.demo.Sample2Test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
Suite: org.flexunit.demo.SampleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.029 sec
Results :
Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.030 sec
Trying to override old definition of datatype junitreport
[junitreport] Processing /Users/devboy/Development/Source/Ruby/buildr_as3_test/mxmlc_swf/reports/flexunit4/TESTS-TestSuites.xml to /var/folders/1g/1g0qzDCpFwyI1+y+1RZKD++++TI/-Tmp-/null791151315
[junitreport] Loading stylesheet jar:file:/Users/devboy/.m2/repository/org/apache/ant/ant-junit/1.8.0/ant-junit-1.8.0.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 840ms
[junitreport] Deleting: /var/folders/1g/1g0qzDCpFwyI1+y+1RZKD++++TI/-Tmp-/null791151315
Completed in 21.186s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment