Updated Branches: refs/heads/develop 5abe3d03d -> 05cfdcb68
FLEX-33307: adding these arguments makes most of the warnings and some of the errors go away. Baby steps ;-) Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/05cfdcb6 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/05cfdcb6 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/05cfdcb6 Branch: refs/heads/develop Commit: 05cfdcb683c2eb2be45b2339626721eb138f1b07 Parents: 5abe3d0 Author: Erik de Bruin <[email protected]> Authored: Mon Sep 23 16:29:28 2013 +0200 Committer: Erik de Bruin <[email protected]> Committed: Mon Sep 23 16:29:28 2013 +0200 ---------------------------------------------------------------------- compiler.tests/functional-tests/f/SDKSWCTests.java | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/05cfdcb6/compiler.tests/functional-tests/f/SDKSWCTests.java ---------------------------------------------------------------------- diff --git a/compiler.tests/functional-tests/f/SDKSWCTests.java b/compiler.tests/functional-tests/f/SDKSWCTests.java index b936f99..f38e3ea 100644 --- a/compiler.tests/functional-tests/f/SDKSWCTests.java +++ b/compiler.tests/functional-tests/f/SDKSWCTests.java @@ -333,6 +333,12 @@ public class SDKSWCTests @Test public void sparkSWC() // FAILS -> FLEX-33307 { + extraArgs = new String[] + { + "-ignore-problems=org.apache.flex.compiler.problems.DuplicateSkinStateProblem", + "-load-config+=" + env.SDK + "/frameworks/air-config.xml" + }; + compileSWC("spark"); }
