From dd605da4955dccf6f5ee193c0598c90ab07f2ffc Mon Sep 17 00:00:00 2001 From: John Cortell Date: Thu, 23 Aug 2012 19:42:46 -0500 Subject: [PATCH] Problem with cygwin test was due to incomplete cygwin install --- .../errorparsers/tests/ErrorParserFileMatchingTest.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/org.eclipse.cdt.core.tests/misc/org/eclipse/cdt/core/internal/errorparsers/tests/ErrorParserFileMatchingTest.java b/core/org.eclipse.cdt.core.tests/misc/org/eclipse/cdt/core/internal/errorparsers/tests/ErrorParserFileMatchingTest.java index 67927625397..a209c2cad9b 100644 --- a/core/org.eclipse.cdt.core.tests/misc/org/eclipse/cdt/core/internal/errorparsers/tests/ErrorParserFileMatchingTest.java +++ b/core/org.eclipse.cdt.core.tests/misc/org/eclipse/cdt/core/internal/errorparsers/tests/ErrorParserFileMatchingTest.java @@ -938,11 +938,6 @@ public class ErrorParserFileMatchingTest extends TestCase { return; } - // Consistently fails, and, yes, I do have Cygwin in my PATH - if (System.getProperty("cdt.skip.known.test.failures") != null) { //$NON-NLS-1$ - return; - } - assertTrue("usrIncludeWindowsPath=["+usrIncludeWindowsPath+"]", usrIncludeWindowsPath.charAt(1)==IPath.DEVICE_SEPARATOR);