8150608: Mark BashStreams.java as intermittently failing and put to ProblemList
Reviewed-by: bpb, rriggs
This commit is contained in:
parent
572b48bca5
commit
39cfbc6593
@ -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
|
||||
|
@ -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.*;
|
||||
|
Loading…
Reference in New Issue
Block a user