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

Changes:

[mschmalle] Package level testing of fields and method access using chrom.js

[mschmalle] Changed print names to emit in reference classes.

------------------------------------------
[...truncated 2453 lines...]
    [junit] 
    [junit] Jun 13, 2015 9:13:37 PM 
com.google.javascript.jscomp.LoggerErrorManager printSummary
    [junit] WARNING: 0 error(s), 1 warning(s)
    [junit] Jun 13, 2015 9:13:38 PM 
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] Jun 13, 2015 9:13:38 PM 
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.136 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestExternES3
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.467 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestExternalsJSCompile
    [junit] Jun 13, 2015 9:13:42 PM 
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] Jun 13, 2015 9:13:42 PM 
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] Jun 13, 2015 9:13:42 PM 
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] Jun 13, 2015 9:13:42 PM 
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] Jun 13, 2015 9:13:42 PM 
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] Jun 13, 2015 9:13:42 PM 
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] Jun 13, 2015 9:13:42 PM 
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] Jun 13, 2015 9:13:42 PM 
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] Jun 13, 2015 9:13:42 PM 
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] Jun 13, 2015 9:13:42 PM 
com.google.javascript.jscomp.LoggerErrorManager println
    [junit] SEVERE: [missing]:80: ERROR - Parse error. identifier is a reserved 
word
    [junit] function int() {}
    [junit]          ^
    [junit] 
    [junit] Jun 13, 2015 9:13:42 PM 
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/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] 267533 bytes written to 
C:\Jenkins\workspace\flex-falcon\compiler.jx.tests\temp\externals\bin\JS.swc in 
14.056 seconds
    [junit] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/temp/externals/app1/js_src/Main_output.js>
    [junit] /**
    [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] goog.require('org_apache_flex_utils_Language');
    [junit] 
    [junit] 
    [junit] 
    [junit] /**
    [junit]  * @constructor
    [junit]  */
    [junit] Main = function() {
    [junit] };
    [junit] 
    [junit] 
    [junit] /**
    [junit]  * @expose
    [junit]  */
    [junit] Main.prototype.start = function() {
    [junit]   var self = this;
    [junit]   var /** @type {Element} */ element = 
document.createElement("button");
    [junit]   element.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: 
25.947 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestPackageNamespace
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.062 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestReferenceModel
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
0.005 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.externals.TestTypeExternals
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.019 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDClassA
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.887 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDClassB
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.559 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.012 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.048 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.075 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.057 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.amd.TestAMDPackage
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.523 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSAccessorMembers
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.897 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.395 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSClass
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.642 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSEmiter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.028 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSExpressions
    [junit] Tests run: 130, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
15.261 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFieldMembers
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.498 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.637 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.704 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.315 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSGlobalFunctions
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
2.291 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.535 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSMethodMembers
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.209 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.589 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSProject
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
2.523 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSStatements
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.327 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogAccessorMembers
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.599 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogClass
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.745 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogEmiter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.967 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogExpressions
    [junit] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
8.618 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogFieldMembers
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.062 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogFile
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.885 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.579 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.371 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.517 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.857 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogMethodMembers
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.818 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.678 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogProject
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.277 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.goog.TestGoogStatements
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
5.624 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.vf2js.TestVF2JSClass
    [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.914 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.vf2js.TestVF2JSExpressions
    [junit] Tests run: 80, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
10.776 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.vf2js.TestVF2JSFile
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
0.373 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.vf2js.TestVF2JSProject
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
2.658 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.js.vf2js.TestVF2JSStatements
    [junit] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
6.346 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.mxml.TestMXMLApplication
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.882 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.mxml.TestMXMLAttributes
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.601 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.mxml.TestMXMLNodes
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.95 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.mxml.TestMXMLScript
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.896 sec
    [junit] Running 
org.apache.flex.compiler.internal.codegen.mxml.flexjs.TestFlexJSMXMLApplication
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
    [junit] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.79 sec

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:175: 
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: 15 minutes 58 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