JDK-7150557 : (prefs) java/util/prefs test failures [macosx]
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: unknown
  • Submitted: 2012-03-02
  • Updated: 2012-07-19
  • Resolved: 2012-07-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Duplicate :  
Description
Regression tests:

java/util/prefs/RemoveReadOnlyNode.java
java/util/prefs/RemovedUnregedListener.java

are failing - both with same error

Test Failed
----------System.err:(14/884)----------
java.util.prefs.BackingStoreException: Synchronization failed for node '/'
        at java.util.prefs.MacOSXPreferences.flush(MacOSXPreferences.java:211)
        at RemoveUnregedListener.main(RemoveUnregedListener.java:44)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)