changeset 3859:3fee06edc58e

8172220: Mark UserInputTest.java as intermittently failing and problem list it Reviewed-by: jlahoda
author darcy
date Thu, 05 Jan 2017 11:02:35 -0800
parents 6cb046ee1000
children 43dfd4410cdc
files test/ProblemList.txt test/jdk/jshell/UserInputTest.java
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/ProblemList.txt	Thu Jan 05 10:04:40 2017 -0800
+++ b/test/ProblemList.txt	Thu Jan 05 11:02:35 2017 -0800
@@ -1,6 +1,6 @@
 ###########################################################################
 #
-# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2017, 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
@@ -38,6 +38,7 @@
 
 jdk/jshell/ToolFormatTest.java                                                  8170216    solaris-sparcv9
 jdk/jshell/ReplaceTest.java                                                     8170216    solaris-sparcv9
+jdk/jshell/UserInputTest.java                                                   8169536    generic-all   
 
 ###########################################################################
 #
--- a/test/jdk/jshell/UserInputTest.java	Thu Jan 05 10:04:40 2017 -0800
+++ b/test/jdk/jshell/UserInputTest.java	Thu Jan 05 11:02:35 2017 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2017, 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
@@ -27,6 +27,7 @@
  * @summary Verify that the user's code can read System.in
  * @build KullaTesting TestingInputStream
  * @run testng UserInputTest
+ * @key intermittent
  */
 
 import java.io.IOException;