mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 05:45:05 +00:00
6923794: About 40 JCK test case fail with AssertionError if -esa option is specified
Removed the assert Reviewed-by: alanb
This commit is contained in:
parent
22534d46e9
commit
46e4eafc0c
@ -187,7 +187,6 @@ class UnixFileSystem extends FileSystem {
|
||||
}
|
||||
}
|
||||
}
|
||||
assert canonicalize0(path).equals(res) || path.startsWith(javaHome);
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
@ -424,7 +424,6 @@ class Win32FileSystem extends FileSystem {
|
||||
}
|
||||
}
|
||||
}
|
||||
assert canonicalize0(path).equalsIgnoreCase(res);
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user