Build failed in Jenkins: flex-tlf #671

2016-02-17 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Re: [2/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 -Since I'm planning to use ObjectUtil.isDynamicObject() in the fix, I wanted to unit test it. -Also, I introduced a new function in O

2016-02-17 Thread Alex Harui
Looks like some nice new capabilities for ArrayUtil and ObjectUtil. Did you rule out using describeType for isDynamicObject? I know it is slow, but it should always be right. What should isDynamicObject return for XML, Proxy and ObjectProxy? Thanks, -Alex On 2/17/16, 8:00 AM,

Jenkins build is still unstable: flex-blazeds #543

2016-02-17 Thread flex . ci . builds
See

flex-sdk_mustella - Build # 1796 - Still Failing!

2016-02-17 Thread flex . mustella
flex-sdk_mustella - Build # 1796 - Still Failing: http://flex-mustella.cloudapp.net/job/flex-sdk_mustella/1796/ Changes for Build #1786 No changes Changes for Build #1787 No changes Changes for Build #1788 No changes Changes for Build #1789 No changes Changes for Build #1790 No changes

Jenkins build is still unstable: flex-sdk_test #507

2016-02-17 Thread flex . ci . builds
See

Build failed in Jenkins: flex-tlf #670

2016-02-17 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

flex-sdk_mustella - Build # 1795 - Still Failing!

2016-02-17 Thread flex . mustella
flex-sdk_mustella - Build # 1795 - Still Failing: http://flex-mustella.cloudapp.net/job/flex-sdk_mustella/1795/ Changes for Build #1785 No changes Changes for Build #1786 No changes Changes for Build #1787 No changes Changes for Build #1788 No changes Changes for Build #1789 No changes

Jenkins build is still unstable: flex-sdk_test #505

2016-02-17 Thread flex . ci . builds
See

Jenkins build is still unstable: flex-sdk_test #506

2016-02-17 Thread flex . ci . builds
See

[3/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 -Added more unit tests for ObjectUtil.getEnumerableProperties. -Added the option of specifying whether strict equality should be used in

2016-02-17 Thread mihaic
FLEX-35031 -Added more unit tests for ObjectUtil.getEnumerableProperties. -Added the option of specifying whether strict equality should be used in ArrayUtil.arraysMatch() and ArrayUtil.arrayValuesMatch(), or just a regular equality check. Project:

[5/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 FLEX-33058 Clarifying intent by renaming function and changing the order of its parameters.

2016-02-17 Thread mihaic
FLEX-35031 FLEX-33058 Clarifying intent by renaming function and changing the order of its parameters. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e255d6d8 Tree:

[7/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 FLEX-33058 -Simplified algorithm in findAny() and findLast(). -Improved asdoc for these functions. Note that all tests still pass.

2016-02-17 Thread mihaic
FLEX-35031 FLEX-33058 -Simplified algorithm in findAny() and findLast(). -Improved asdoc for these functions. Note that all tests still pass. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/22f81c47 Tree:

[1/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 Added two more test functions to assert that dynamic object instances should work the same as anonymous object instances for finding item

2016-02-17 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop e87c827b2 -> 22f81c478 FLEX-35031 Added two more test functions to assert that dynamic object instances should work the same as anonymous object instances for finding items via HierarchicalCollectionViewCursor. Currently they pass, as

[6/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 FLEX-33058 -Moved the valuesAreSubsetOfObject() function in ObjectUtil and added some unit tests for it. -Instead of iterating through th

2016-02-17 Thread mihaic
FLEX-35031 FLEX-33058 -Moved the valuesAreSubsetOfObject() function in ObjectUtil and added some unit tests for it. -Instead of iterating through the object's properties using a String object in ObjectUtil.getEnumerableProperties(), we are now using an Object instance. In this way, int

[4/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 FLEX-33058 CAUSE: -FLEX-33058: HierarchicalCollectionViewCursor assumed, in findAny() and findLast(), that all the items in the collectio

2016-02-17 Thread mihaic
FLEX-35031 FLEX-33058 CAUSE: -FLEX-33058: HierarchicalCollectionViewCursor assumed, in findAny() and findLast(), that all the items in the collection will have all the properties that the parameter does. That seems like a safe assumption to make when findAny() is called with current as the

[2/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 -Since I'm planning to use ObjectUtil.isDynamicObject() in the fix, I wanted to unit test it. -Also, I introduced a new function in Objec

2016-02-17 Thread mihaic
FLEX-35031 -Since I'm planning to use ObjectUtil.isDynamicObject() in the fix, I wanted to unit test it. -Also, I introduced a new function in ObjectUtil to be used in the solution, getEnumerableProperties(), which returns all the dynamic properties of an object. In order to unit test this new

git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 Added two more test functions to make explicit the assumption that searching by sealed class instances with a subset of the properties of the o

2016-02-17 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 6a26ebb07 -> e87c827b2 FLEX-35031 Added two more test functions to make explicit the assumption that searching by sealed class instances with a subset of the properties of the object to be found will NOT work (analogous to searching