update jdt.core & tests from I20140311-0800 - end of this branch!
replay from commit de91a8b71b6719cd9ae8cd576a92e58e3cdf2536
diff --git a/org.eclipse.jdt.core.tests.compiler/test.xml b/org.eclipse.jdt.core.tests.compiler/test.xml
index 2ff4a27..c4e07bb 100644
--- a/org.eclipse.jdt.core.tests.compiler/test.xml
+++ b/org.eclipse.jdt.core.tests.compiler/test.xml
@@ -34,11 +34,6 @@
 
   <!-- This target defines the tests that need to be run. -->
   <target name="suite">
-	 <condition property="onWin32">
-		<and>
-			<os family="windows" />
-    	</and>
-     </condition>  
     <!-- Parser tests -->
     <property name="jdt-parser-folder" 
               value="${eclipse-home}/jdt_parser_folder"/>
@@ -64,7 +59,7 @@
 	<antcall target="evaluation_tests"/>
   </target>
 
- <target name="evaluation_tests" if="onWin32">
+ <target name="evaluation_tests">
     <!-- Evaluation tests -->
     <property name="jdt-eval-folder" 
               value="${eclipse-home}/jdt_eval_folder"/>