See <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/606/changes>

Changes:

[webdoublefx] Build JS test files based on the Test Method Name

[webdoublefx] Introduce ParameterReference and hasImport()

[webdoublefx] Add tests for the collect of the imports

[webdoublefx] Remove collect of imports from ResolvePackagesPass

[webdoublefx] Adding the collect of imports pass

[webdoublefx] Cleanup the tests

[webdoublefx] Check if we have a constructor

[webdoublefx] Use process instead of shouldTraverse

[Alex Harui] handle @font-face by outputting a list of urls (instead of 
embedding).  Framework code can tthen load fontswfs

[Alex Harui] handle escapes

[Alex Harui] handle #fff.  3-digits after the hash get each digit duplicated!

[Alex Harui] special case content and quote it

[Alex Harui] handle more complex font-face

[Alex Harui] switch back from _ to . in JS package names

[Alex Harui] add type annotation to interface getter/setter so GCC doesn't warn 
about it

[joshtynjala] jsc: outputs goog.addDependency() calls to a dependencies.js 
file, since this output type doesn't have an HTML file anymore

[mschmalle] Fixed FLEX-34912 - Object not dynamic

[mschmalle] Fixed FLEX-34915, Vector literal javascript output

[Alex Harui] copy font files

[Alex Harui] handle lists in all border and padding styles

[Alex Harui] fix rgba handling

[Alex Harui] FB now seems to want this method

[Alex Harui] keep % as string

[Alex Harui] handle relative paths to target file

[Alex Harui] subdocuments need to have their object.defineproperties spit out 
in their own context

[Alex Harui] fix generated binding code

[Alex Harui] add headers

[Alex Harui] add externs js files to binary package

[Alex Harui] copy externs

[Alex Harui] autogenerate missing getters or setters when overriding

[Alex Harui] emit complex variable initializers in the constructor

[Alex Harui] need to handle case where there are statements in the constructor

[Alex Harui] replace goog.bind with Language.closure that generates the same 
closure every time

[Alex Harui] fix test so it uses supersetter

[Alex Harui] handle memberaccess instead of identifier in param list

[Alex Harui] 0.5

[Alex Harui] more 0.5

[Alex Harui] for some reason the compiler started to care about whether this 
file existed or not

[Alex Harui] wasn't handling static properly

[Alex Harui] handle circulars differently, giving priority to implements and 
extends

[webdoublefx] Now emit _as() / _is() instead of as() / is().

[webdoublefx] Cleanup.

[webdoublefx] Added --exclude-native-js-libraries

[webdoublefx] Build now FLEXJS_DUAL + AS3 / JS conditional compilation in one 
shot.

[Alex Harui] don't rename id selectors

[Alex Harui] fix wildcard include files

[Alex Harui] update copyright years

[Alex Harui] rename suffixes so we can tell what they are for

[Alex Harui] tweak the release notes, license and notice based on issued found 
by Justin

[Alex Harui] more fixes to scripts, readme, notice, approval script

[Alex Harui] add 'Generated by...' to headers

[Alex Harui] inject asf headers into js files

[Alex Harui] nevermind, don't need this in this package yet

[Alex Harui] ignore 'Generated By' string in test output since it can have 
timestamps on the class name

[Alex Harui] builds.a.o's version of Ant didn't like these attributes

[Alex Harui] go back to using range of years

[Alex Harui] allow both a class in the 'goog' package called 'events' and 
classes in the 'goog.events' package.  Before this change, 
goog.events.fireListener didn't resolve because it always assumed that 
'goog.events' was a package.  Now it will also try to see if goog.events is a 
class with a fireListener method on it.

[webdoublefx] allow both a class in the 'goog' package called 'events' and 
classes in the 'goog.events' package.  Before this change, 
goog.events.fireListener didn't resolve because it always assumed that 
'goog.events' was a package.  Now it will also try to see if goog.events is a 
class with a fireListener method on it.

[webdoublefx] Added GCL extern.

[Alex Harui] handle conditional compilation in method bodies

[Alex Harui] handle externs when filtering output

[christofer.dutz] - Adjusted the Maven artifact generation to version 0.5.0

[joshtynjala] JSCPublisher: dependencies.js file now includes project name 
(MyProject-dependencies.js) for clarity

[joshtynjala] JSCPublisher: MyProject-dependencies.js file now includes 
goog.require() for main project file to avoid having to manually add it in a 
separate <script> tag

[Alex Harui] don't rename id selectors

[Alex Harui] fix wildcard include files

[Alex Harui] update copyright years

[Alex Harui] rename suffixes so we can tell what they are for

[Alex Harui] tweak the release notes, license and notice based on issued found 
by Justin

[Alex Harui] more fixes to scripts, readme, notice, approval script

[Alex Harui] add 'Generated by...' to headers

[Alex Harui] inject asf headers into js files

[Alex Harui] nevermind, don't need this in this package yet

[Alex Harui] ignore 'Generated By' string in test output since it can have 
timestamps on the class name

[Alex Harui] builds.a.o's version of Ant didn't like these attributes

[Alex Harui] go back to using range of years

[Alex Harui] handle conditional compilation in method bodies

[Alex Harui] handle externs when filtering output

[Alex Harui] handle not having this system property

[Alex Harui] Use js.swc instead of playerglobal for GCL

[Alex Harui] add GCL to build

[Alex Harui] handle collisions between global classes and classes in a package. 
 Folks can use 'window' to qualify references to classes in the global package 
and we will ignore global classes unless explicitly imported with the 'window' 
qualifier

[Alex Harui] move 'window' handling to FlexProject so CompC can use it

[Alex Harui] switch back to Function instead of Class

[Alex Harui] remove this test.  These tests are now in compiler.jx.tests

[Alex Harui] make Foo a real entity

[Alex Harui] go back to 'as' in prep of keyword fix

[bigosmallm] Prevent strict javadoc linting by java8

[Alex Harui] allow keywords as identifier names

[Alex Harui] no need for _is and _as any more

[joshtynjala] JSClosureCompilerWrapper: switched to 
CompilationLevel.WHITESPACE_ONLY for js-release so that external libraries will 
be compatible without jumping through hoops. we plan to expose gcc options as 
compiler arguments later, should someone prefer to use 
CompilationLevel.ADVANCED_OPTIMIZATION or make other changes to options.

[Alex Harui] add some variable tests

[Alex Harui] headers

[Alex Harui] mention GCL port

[Alex Harui] fix list of folders

[Alex Harui] add GCL to jx package

[Alex Harui] rename jsc scripts to asjsc

[christofer.dutz] - Fixed a NPE error

------------------------------------------
[...truncated 2633 lines...]
    [junit] Running 
org.apache.flex.compiler.internal.codegen.as.TestFieldMembers
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.937 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.as.TestGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.192 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.as.TestGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.656 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.as.TestGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.798 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.707 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.as.TestMethodMembers
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.446 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.805 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestParenthesis
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.706 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestStatements
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.869 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestAnnotationEnum
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.088 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestCollectImports
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.789 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestConstructor
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.17 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestExternChrome
    [junit] Oct 01, 2015 10:34:29 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [chrome]:597: WARNING - name HTMLEmbedElement is not 
defined in the externs.
    [junit] HTMLEmbedElement.prototype.postMessage = function(message) {};
    [junit] ^
    [junit] 
    [junit] Oct 01, 2015 10:34:29 AM 
com.google.javascript.jscomp.LoggerErrorManager printSummary
    [junit] WARNING: 0 error(s), 1 warning(s)
    [junit] Oct 01, 2015 10:34:29 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [chrome]:597: WARNING - name HTMLEmbedElement is not 
defined in the externs.
    [junit] HTMLEmbedElement.prototype.postMessage = function(message) {};
    [junit] ^
    [junit] 
    [junit] Oct 01, 2015 10:34:29 AM 
com.google.javascript.jscomp.LoggerErrorManager printSummary
    [junit] WARNING: 0 error(s), 1 warning(s)
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.074 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestExternES3
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.045 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestExternJQuery
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
0.068 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestExternJasmine
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.574 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestExternalsJSCompile
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [es6]:87: WARNING - Keywords and reserved words are not 
allowed as unquoted property names in older versions of JavaScript. If you are 
targeting newer versions of JavaScript, set the appropriate language_in option.
    [junit] Generator.prototype.return = function(value) {};
    [junit]                     ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [es6]:93: WARNING - Keywords and reserved words are not 
allowed as unquoted property names in older versions of JavaScript. If you are 
targeting newer versions of JavaScript, set the appropriate language_in option.
    [junit] Generator.prototype.throw = function(exception) {};
    [junit]                     ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [es6]:898: WARNING - Keywords and reserved words are not 
allowed as unquoted property names in older versions of JavaScript. If you are 
targeting newer versions of JavaScript, set the appropriate language_in option.
    [junit] Promise.prototype.catch = function(onRejected) {};
    [junit]                   ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [html5]:3198: WARNING - Keywords and reserved words are 
not allowed as unquoted property names in older versions of JavaScript. If you 
are targeting newer versions of JavaScript, set the appropriate language_in 
option.
    [junit] HTMLMenuItemElement.prototype.default;
    [junit]                               ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [w3c_css]:2463: WARNING - Keywords and reserved words are 
not allowed as unquoted property names in older versions of JavaScript. If you 
are targeting newer versions of JavaScript, set the appropriate language_in 
option.
    [junit] FontFaceSet.prototype.delete = function(value) {};
    [junit]                       ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [w3c_event3]:39: WARNING - Keywords and reserved words are 
not allowed as unquoted property names in older versions of JavaScript. If you 
are targeting newer versions of JavaScript, set the appropriate language_in 
option.
    [junit] KeyboardEvent.prototype.char;
    [junit]                         ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [w3c_indexeddb]:480: WARNING - Keywords and reserved words 
are not allowed as unquoted property names in older versions of JavaScript. If 
you are targeting newer versions of JavaScript, set the appropriate language_in 
option.
    [junit] IDBObjectStore.prototype.delete = function(key) {};
    [junit]                          ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [w3c_indexeddb]:679: WARNING - Keywords and reserved words 
are not allowed as unquoted property names in older versions of JavaScript. If 
you are targeting newer versions of JavaScript, set the appropriate language_in 
option.
    [junit] IDBCursor.prototype.continue = function(key) {};
    [junit]                     ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] WARNING: [w3c_indexeddb]:690: WARNING - Keywords and reserved words 
are not allowed as unquoted property names in older versions of JavaScript. If 
you are targeting newer versions of JavaScript, set the appropriate language_in 
option.
    [junit] IDBCursor.prototype.delete = function() {};
    [junit]                     ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: [missing]:85: ERROR - Parse error. identifier is a reserved 
word
    [junit] function int() {}
    [junit]          ^
    [junit] 
    [junit] Oct 01, 2015 10:34:44 AM 
com.google.javascript.jscomp.LoggerErrorManager printSummary
    [junit] WARNING: 1 error(s), 9 warning(s)
    [junit] 
    [junit] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/temp/externals/as/constants/document.as>:3
    [junit] Warning: Incompatible initializer value of type 'int' where 
'HTMLDocument' is expected. An initial value of null will be used instead.
    [junit]     public const document:HTMLDocument = undefined;
    [junit]                                          ^
    [junit] 
    [junit] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/temp/externals/as/constants/location.as>:3
    [junit] Warning: Incompatible initializer value of type 'int' where 
'Location' is expected. An initial value of null will be used instead.
    [junit]     public const location:Location = undefined;
    [junit]                                      ^
    [junit] 
    [junit] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/temp/externals/as/constants/navigator.as>:3
    [junit] Warning: Incompatible initializer value of type 'int' where 
'Navigator' is expected. An initial value of null will be used instead.
    [junit]     public const navigator:Navigator = undefined;
    [junit]                                        ^
    [junit] 
    [junit] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/temp/externals/as/constants/screen.as>:3
    [junit] Warning: Incompatible initializer value of type 'int' where 
'Screen' is expected. An initial value of null will be used instead.
    [junit]     public const screen:Screen = undefined;
    [junit]                                  ^
    [junit] 
    [junit] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/temp/externals/as/constants/self.as>:3
    [junit] Warning: Incompatible initializer value of type 'int' where 
'Window' is expected. An initial value of null will be used instead.
    [junit]     public const self:Window = undefined;
    [junit]                                ^
    [junit] 
    [junit] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/temp/externals/as/constants/top.as>:3
    [junit] Warning: Incompatible initializer value of type 'int' where 
'Window' is expected. An initial value of null will be used instead.
    [junit]     public const top:Window = undefined;
    [junit]                               ^
    [junit] 
    [junit] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/temp/externals/as/constants/window.as>:3
    [junit] Warning: Incompatible initializer value of type 'int' where 
'Window' is expected. An initial value of null will be used instead.
    [junit]     public const window:Window = undefined;
    [junit]                                  ^
    [junit] 
    [junit] 393970 bytes written to 
C:\Jenkins\workspace\flex-falcon\compiler.jx.tests\temp\externals\bin\JS.swc in 
36.043 seconds
    [junit] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/temp/externals/app1/js_src/Main_output.js>
    [junit] /**
    [junit]  * Generated by Apache Flex Cross-Compiler from Main.as
    [junit]  * Main
    [junit]  *
    [junit]  * @fileoverview
    [junit]  *
    [junit]  * @suppress {checkTypes}
    [junit]  */
    [junit] 
    [junit] goog.provide('Main');
    [junit] 
    [junit] goog.require('document');
    [junit] goog.require('alert');
    [junit] goog.require('Element');
    [junit] 
    [junit] 
    [junit] 
    [junit] /**
    [junit]  * @constructor
    [junit]  */
    [junit] Main = function() {
    [junit] };
    [junit] 
    [junit] 
    [junit] /**
    [junit]  * @export
    [junit]  */
    [junit] Main.prototype.start = function() {
    [junit]   var self = this;
    [junit]   var /** @type {Element} */ button = 
document.createElement("button");
    [junit]   button.onclick = function() {
    [junit]     alert("Hello browser from FalconJX!");
    [junit]   };
    [junit]   button.textContent = "Say Hello";
    [junit]   document.body.appendChild(button);
    [junit] };
    [junit] 
    [junit] 
    [junit] /**
    [junit]  * Metadata
    [junit]  *
    [junit]  * @type {Object.<string, Array.<Object>>}
    [junit]  */
    [junit] Main.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Main', qName: 
'Main'}] };
    [junit] 
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
60.33 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestPackageNamespace
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.029 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestReferenceModel
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
0.019 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestTypeExternals
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.057 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestTypeInheritence
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.037 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDClassA
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
6.791 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDClassB
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.951 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDEmiter
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.08 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDInterfaceI
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.136 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDInterfaceIOther
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.159 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDInterfaceISub
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.138 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDPackage
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.312 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSAccessorMembers
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.582 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSAccessors
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.918 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSClass
    [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
9.859 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSEmiter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.578 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSExpressions
    [junit] Tests run: 137, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
39.363 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFieldMembers
    [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
6.757 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
5.944 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSGlobalClasses
    [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
8.91 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.911 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSGlobalFunctions
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
5.288 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.763 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSMethodMembers
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.556 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.314 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSProject
    [junit] 
test-files\flexjs\projects\package_conflicts_ambiguous_definition\mypackage\TestClass.as(29:20)
    [junit] Ambiguous reference to Event
    [junit] 
test-files\flexjs\projects\package_conflicts_ambiguous_definition\mypackage\TestClass.as(30:41)
    [junit] Ambiguous reference to Event
    [junit] 
    [junit] Tests run: 9, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 
3.381 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:189: 
The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/build.xml>:64:
 Tests failed

Total time: 66 minutes 47 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results

Reply via email to