jdk/test/demo/jvmti/minst/MinstTest.java

Print this page

        

*** 1,7 **** /* ! * Copyright 2006 Sun Microsystems, Inc. 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright 2006-2010 Sun Microsystems, Inc. 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 41,51 **** demo = new DemoRun("minst", "exclude=java/*,exclude=javax/*,exclude=com/*,exclude=sun/*" /* options to minst */ ); demo.runit(args[0]); /* Make sure patterns in output look ok */ if (demo.output_contains("ERROR")) { ! throw new RuntimeException("Test failed - ERROR seen in oputput"); } /* Must be a pass. */ System.out.println("Test passed - cleanly terminated"); } --- 41,51 ---- demo = new DemoRun("minst", "exclude=java/*,exclude=javax/*,exclude=com/*,exclude=sun/*" /* options to minst */ ); demo.runit(args[0]); /* Make sure patterns in output look ok */ if (demo.output_contains("ERROR")) { ! throw new RuntimeException("Test failed - ERROR seen in output"); } /* Must be a pass. */ System.out.println("Test passed - cleanly terminated"); }