提交 ee7b3a88 编写于 作者: S sherman

6923794: About 40 JCK test case fail with AssertionError if -esa option is specified

Summary: removed the assert
Reviewed-by: alanb
上级 14679f90
...@@ -187,7 +187,6 @@ class UnixFileSystem extends FileSystem { ...@@ -187,7 +187,6 @@ class UnixFileSystem extends FileSystem {
} }
} }
} }
assert canonicalize0(path).equals(res) || path.startsWith(javaHome);
return res; return res;
} }
} }
......
...@@ -424,7 +424,6 @@ class Win32FileSystem extends FileSystem { ...@@ -424,7 +424,6 @@ class Win32FileSystem extends FileSystem {
} }
} }
} }
assert canonicalize0(path).equalsIgnoreCase(res);
return res; return res;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册