8149920: Remove intermittent key from jdk_core tests

Reviewed-by: darcy
This commit is contained in:
Amy Lu 2016-02-18 09:50:55 +08:00
parent 8cb5467269
commit 2d281f78c4
7 changed files with 8 additions and 13 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -26,7 +26,6 @@
* @run main/othervm LdapTimeoutTest * @run main/othervm LdapTimeoutTest
* @bug 7094377 8000487 6176036 7056489 * @bug 7094377 8000487 6176036 7056489
* @summary Timeout tests for ldap * @summary Timeout tests for ldap
* @key intermittent
*/ */
import java.net.Socket; import java.net.Socket;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -53,7 +53,6 @@ import org.testng.annotations.Test;
* @run testng InfoTest * @run testng InfoTest
* @summary Functions of ProcessHandle.Info * @summary Functions of ProcessHandle.Info
* @author Roger Riggs * @author Roger Riggs
* @key intermittent
*/ */
public class InfoTest { public class InfoTest {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -42,7 +42,6 @@ import java.util.List;
* @test * @test
* @bug 8007373 * @bug 8007373
* @summary jdk7 backward compatibility serialization problem * @summary jdk7 backward compatibility serialization problem
* @key intermittent
*/ */
public class Inet6AddressSerializationTest { public class Inet6AddressSerializationTest {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -26,7 +26,6 @@
* @bug 8047031 * @bug 8047031
* @summary SocketPermission tests for legacy socket types * @summary SocketPermission tests for legacy socket types
* @run testng/othervm SocketPermissionTest * @run testng/othervm SocketPermissionTest
* @key intermittent
*/ */
import java.io.IOException; import java.io.IOException;
import java.net.DatagramPacket; import java.net.DatagramPacket;

View File

@ -34,7 +34,6 @@
/* /*
* @test * @test
* @bug 6445158 * @bug 6445158
* @key intermittent
* @summary Basic tests for Phaser * @summary Basic tests for Phaser
* @author Chris Hegarty * @author Chris Hegarty
* @modules java.management * @modules java.management

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,7 @@
* @build jdk.testlibrary.* * @build jdk.testlibrary.*
* @run main/timeout=1800 FindDecoderBugs * @run main/timeout=1800 FindDecoderBugs
* @author Martin Buchholz * @author Martin Buchholz
* @key intermittent randomness * @key randomness
*/ */
import java.util.*; import java.util.*;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,7 @@
* @build jdk.testlibrary.* * @build jdk.testlibrary.*
* @run main/timeout=1200 FindEncoderBugs * @run main/timeout=1200 FindEncoderBugs
* @author Martin Buchholz * @author Martin Buchholz
* @key randomness intermittent * @key randomness
*/ */
import java.util.*; import java.util.*;