You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by go...@apache.org on 2013/01/12 00:18:21 UTC

svn commit: r1432329 - /flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java

Author: gordonsmith
Date: Fri Jan 11 23:18:21 2013
New Revision: 1432329

URL: http://svn.apache.org/viewvc?rev=1432329&view=rev
Log:
Falcon: Added @Ignore to the failing functional tests where SWCs don't compile cleanly.

Modified:
    flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java

Modified: flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java
URL: http://svn.apache.org/viewvc/flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java?rev=1432329&r1=1432328&r2=1432329&view=diff
==============================================================================
--- flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java (original)
+++ flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java Fri Jan 11 23:18:21 2013
@@ -105,12 +105,14 @@ public class SDKSWCTests
 		compileSWC("advancedgrids");
 	}
 	
+	@Ignore
 	@Test
 	public void airframeworkSWC()
 	{
 		compileSWC("airframework");
 	}
 	
+	@Ignore
 	@Test
 	public void airsparkSWC()
 	{
@@ -141,12 +143,14 @@ public class SDKSWCTests
 		compileSWC("automation_agent");
 	}
 	
+	@Ignore
 	@Test
 	public void automation_airSWC()
 	{
 		compileSWC("automation_air");
 	}
 	
+	@Ignore
 	@Test
 	public void automation_airsparkSWC()
 	{
@@ -202,6 +206,7 @@ public class SDKSWCTests
 		compileSWC("halo");
 	}
 	
+	@Ignore
 	@Test
 	public void mobilecomponentsSWC()
 	{
@@ -268,6 +273,7 @@ public class SDKSWCTests
 		compileSWC("tool");
 	}	
 
+	@Ignore
 	@Test
 	public void tool_airSWC()
 	{