View | Details | Raw Unified | Return to bug 316827 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java (+5 lines)
Lines 3854-3860 Link Here
3854
// the file system and a true test case would call for instrumented
3854
// the file system and a true test case would call for instrumented
3855
// code)
3855
// code)
3856
// this test only works on appropriate file systems
3856
// this test only works on appropriate file systems
3857
// disabled for solaris because of bug 316827
3857
public void test055(){
3858
public void test055(){
3859
	String os= System.getProperty("os.name");
3860
	if (os.startsWith("Solaris")) // https://bugs.eclipse.org/bugs/show_bug.cgi?id=316827
3861
	 	return;
3862
3858
	if (File.separatorChar == '/') {
3863
	if (File.separatorChar == '/') {
3859
	  	String tentativeOutputDirNameTail =
3864
	  	String tentativeOutputDirNameTail =
3860
	      	File.separator + "out";
3865
	      	File.separator + "out";

Return to bug 316827