changeset 6860:e045f6a3ad1d jdk7u40-b61

8023964: java/io/IOException/LastErrorString.java should be @ignore-d Reviewed-by: alanb
author coffeys
date Fri, 06 Sep 2013 09:38:10 -0700
parents 168bd87376ea
children 5030eb1a2797 26cc60a250a0
files test/java/io/IOException/LastErrorString.java
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/io/IOException/LastErrorString.java	Tue Sep 03 22:34:40 2013 -0700
+++ b/test/java/io/IOException/LastErrorString.java	Fri Sep 06 09:38:10 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -22,7 +22,8 @@
  */
 
 /* @test
-   @bug 4167937
+   @bug 4167937 8023964
+   @ignore Test truncates system files when run as root, see 7042603
    @summary Test code paths that use the JVM_LastErrorString procedure
  */