Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8265261

java/nio/file/Files/InterruptCopy.java fails with java.lang.RuntimeException: Copy was not interrupted

XMLWordPrintable

    • b12
    • x86_64
    • windows

        The following test was spotted failing on the JDK11 CI Pipeline

        java/nio/file/Files/InterruptCopy.java

        ----------System.out:(4/86)----------
        Checking space ((C:))
        Creating source file...
        Source file created.
        Copying file...
        ----------System.err:(13/773)----------
        java.lang.RuntimeException: Copy was not interrupted
        at InterruptCopy.doTest(InterruptCopy.java:90)
        at InterruptCopy.main(InterruptCopy.java:52)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
        at java.base/java.lang.Thread.run(Thread.java:834)

              bpb Brian Burkhalter
              ewhelan Evan Whelan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: