8150608: Mark BashStreams.java as intermittently failing and put to ProblemList

Reviewed-by: bpb, rriggs
This commit is contained in:
Amy Lu 2016-02-26 09:55:14 +08:00
parent 572b48bca5
commit 39cfbc6593
2 changed files with 5 additions and 2 deletions

View File

@ -200,6 +200,9 @@ java/nio/channels/Selector/OutOfBand.java macosx-all
java/nio/file/WatchService/Basic.java solaris-all
java/nio/file/WatchService/LotsOfEvents.java solaris-all
# 8149712
java/nio/charset/coders/BashStreams.java generic-all
############################################################################
# jdk_rmi

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2016, 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
@ -23,7 +23,7 @@
/* @test
* @summary Stochastic test of charset-based streams
* @key randomness
* @key randomness intermittent
*/
import java.io.*;