I looked into the failing ShaderFilter tests:
[java] =====================================================
[java] Failed:
[java] =====================================================
[java] gumbo/filters/ShaderFilter/Integration/ShaderFilter_integration
integration_popup_test1 Failed CompareBitmap(body:step 1) compare
returned[object BitmapData]
[java] gumbo/filters/ShaderFilter/Integration/ShaderFilter_integration
integration_popup_test2 Failed CompareBitmap(body:step 1) compare
returned[object BitmapData]
They seemed to be broken by one of these commits:
commit 79073bf23d5eb98761f098f1941825236d287c7b
Merge: 98867f4 5873549
Author: Justin Mclean <[email protected]>
Date: Sat May 17 08:09:35 2014 -0700
Merge branch 'develop' of
https://git-wip-us.apache.org/repos/asf/flex-sdk i
commit 98867f4df8c50ddf4c7f79cb3537cde385b0d28a
Author: Justin Mclean <[email protected]>
Date: Sat May 17 08:04:06 2014 -0700
updated documentation
commit e4bd86d0b068283c570bbdd2f4289bb67c30524f
Author: Justin Mclean <[email protected]>
Date: Sat May 17 08:03:41 2014 -0700
FLEX-369 stop text flowing outside of Alert box
-Darrell
On Mon, May 19, 2014 at 7:50 PM, Justin Mclean <[email protected]>wrote:
> HI,
>
> > Mike and I were looking at that test at 360|Flex. We have no idea how it
> > ever passed, but it has been for a while.
>
> It looks (at first glance) like all of the indexes are out by one, but do
> the other tests in that file which I assume are currently passing.
>
> Thanks,
> Justin