All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bugtests.test338.py Maven / Gradle / Ivy

There is a newer version: 2.7.1.1
Show newest version
"""
[ #480017 ] Proxy supers are loaded from syspath
Running test338j will throw a ClassCastException if a proxy's superclass is loaded
by the syspath classloader.
"""

import support

support.compileJava("test338cl.java", classpath=".")
support.compileJava("test338j1.java", classpath=".")
support.compileJava("test338j.java", classpath=".")

support.runJava("test338j", classpath=".")





© 2015 - 2025 Weber Informatics LLC | Privacy Policy