Skip to content

Commit 5f6a02d

Browse files
authored
Merge pull request #22139 from annaibm/addexcludefile
Copy over `current_exclude_8` into openj9
2 parents 9b0afe9 + 0c8c158 commit 5f6a02d

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
##############################################################################
2+
# Copyright IBM Corp. and others 2016
3+
#
4+
# This program and the accompanying materials are made available under
5+
# the terms of the Eclipse Public License 2.0 which accompanies this
6+
# distribution and is available at https://www.eclipse.org/legal/epl-2.0/
7+
# or the Apache License, Version 2.0 which accompanies this distribution and
8+
# is available at https://www.apache.org/licenses/LICENSE-2.0.
9+
#
10+
# This Source Code may also be made available under the following
11+
# Secondary Licenses when the conditions for such availability set
12+
# forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
13+
# General Public License, version 2 with the GNU Classpath
14+
# Exception [1] and GNU General Public License, version 2 with the
15+
# OpenJDK Assembly Exception [2].
16+
#
17+
# [1] https://www.gnu.org/software/classpath/license.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
19+
#
20+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
21+
##############################################################################
22+
23+
# Exclude tests temporarily
24+
25+
#Temporarily keep them as comment to facilitate testing
26+
#org.openj9.test.jsr335.interfacePrivateMethod.Test_ITestRunner 123456 generic-all
27+
#org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles:testFindMethodsUsingGetMethods 456789 linux_x86-64
28+
org.openj9.test.vm.Test_MsgHelp:test_loadMessages_EN 124199 generic-all
29+
org.openj9.test.runlast.Test_JavaNetWithSideEffectsShouldRunLast:test_getResource 124199 generic-all
30+
#org.openj9.test.java.lang.Test_Class:testDefaultMethodInheritance DaveW-58 generic-all
31+
#org.openj9.test.java.lang.Test_Class:testInterfaceMethodInheritance DaveW-58 generic-all
32+
org.openj9.test.java.lang.Test_Class:test_getModifiers_classTypes JTC-JAT-133182 generic-all
33+
org.openj9.test.java.lang.Test_Class:test_hideUnsafe 124199 generic-all
34+
#org.openj9.test.java.lang.Test_Class:test_reflectConstructor 124199 generic-all
35+
#org.openj9.test.java.lang.Test_Class:test_reflectField 124199 generic-all
36+
#org.openj9.test.java.lang.Test_Class:test_reflectMethod 124199 generic-all
37+
#org.openj9.test.java.lang.Test_String:test_toLowerCase 124199 generic-all
38+
#org.openj9.test.java.lang.Test_Thread:test_stop3 124199 generic-all
39+
#org.openj9.test.java.lang.Test_Thread:test_stop4 124199 generic-all
40+
#org.openj9.test.java.lang.Test_Thread:test_stop5 124199 generic-all
41+
org.openj9.test.com.ibm.jit.Test_FunctionalCrypt:test_Cipher1 124199 generic-all
42+
org.openj9.test.com.ibm.jit.Test_FunctionalCrypt:test_Cipher2 124199 generic-all
43+
org.openj9.test.com.ibm.jit.Test_FunctionalCrypt:test_Cipher3 124199 generic-all
44+
org.openj9.test.com.ibm.jit.Test_FunctionalCrypt:test_ECC1 124199 generic-all
45+
org.openj9.test.com.ibm.jit.Test_FunctionalCrypt:test_ECC2 124199 generic-all
46+
org.openj9.test.com.ibm.jit.Test_FunctionalCrypt:test_NIST_AES 124199 generic-all
47+
org.openj9.test.com.ibm.jit.Test_FunctionalCrypt:test_NIST_SHA 124199 generic-all
48+
jit.test.vich.CurrentTimeMillis:testCurrentTimeMillis 158622 generic-all
49+
org.openj9.test.java.lang.Test_Thread:test_getContextClassLoader 125908 generic-all
50+
org.openj9.test.java.lang.Test_ClassLoader 134754 generic-all

0 commit comments

Comments
 (0)