#Test Results (version 2) #Thu May 14 21:43:35 CEST 2009 #checksum:77cc41ff333d2029 #-----testdescription----- $file=/home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java $root=/home/mark/src/icedtea6/openjdk/jdk/test run=ASSUMED_ACTION main TestProcessControlLogic\n source=TestProcessControlLogic.java title=Test SoftLowFrequencyOscillator processControlLogic method #-----environment----- #-----testresult----- description=file:/home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java end=Thu May 14 21:43:35 CEST 2009 environment=regtest execStatus=Failed. Execution failed: `main' threw exception: java.lang.Exception: Incorrect LFO output (0.6711934572648259 != 0.5)! javatestOS=Linux 2.6.29.3-140.fc11.x86_64 (amd64) javatestVersion=unset script=com.sun.javatest.regtest.RegressionScript sections=script_messages build compile main start=Thu May 14 21:43:35 CEST 2009 test=javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java work=/home/mark/src/icedtea6/test/jdk/JTwork/javax/sound/midi/Gervill/SoftLowFrequencyOscillator #section:script_messages ----------messages:(4/237)---------- JDK under test: (/home/mark/src/icedtea6/openjdk/build/linux-amd64/j2sdk-image) java version "1.6.0_0" OpenJDK Runtime Environment (IcedTea6 1.5pre-r50c172a7a7f4) (build 1.6.0_0-b16) OpenJDK 64-Bit Server VM (build 14.0-b15, mixed mode) #section:build ----------messages:(3/108)---------- command: build TestProcessControlLogic reason: Named class compiled on demand elapsed time (seconds): 0.027 result: Passed. Build successful #section:compile ----------messages:(3/219)---------- command: compile /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java reason: .class file out of date or does not exist elapsed time (seconds): 0.026 ----------direct:(31/3384)---------- /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:29: warning: com.sun.media.sound.AudioSynthesizerPropertyInfo is Sun proprietary API and may be removed in a future release import com.sun.media.sound.AudioSynthesizerPropertyInfo; ^ /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:30: warning: com.sun.media.sound.SoftLowFrequencyOscillator is Sun proprietary API and may be removed in a future release import com.sun.media.sound.SoftLowFrequencyOscillator; ^ /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:31: warning: com.sun.media.sound.SoftSynthesizer is Sun proprietary API and may be removed in a future release import com.sun.media.sound.SoftSynthesizer; ^ /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:36: warning: com.sun.media.sound.SoftSynthesizer is Sun proprietary API and may be removed in a future release private static SoftSynthesizer synth = new SoftSynthesizer(); ^ /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:37: warning: com.sun.media.sound.SoftLowFrequencyOscillator is Sun proprietary API and may be removed in a future release private static SoftLowFrequencyOscillator lfo = new SoftLowFrequencyOscillator(); ^ /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:36: warning: com.sun.media.sound.SoftSynthesizer is Sun proprietary API and may be removed in a future release private static SoftSynthesizer synth = new SoftSynthesizer(); ^ /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:37: warning: com.sun.media.sound.SoftLowFrequencyOscillator is Sun proprietary API and may be removed in a future release private static SoftLowFrequencyOscillator lfo = new SoftLowFrequencyOscillator(); ^ /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:41: warning: com.sun.media.sound.SoftLowFrequencyOscillator is Sun proprietary API and may be removed in a future release SoftLowFrequencyOscillator lfo = ^ /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:42: warning: com.sun.media.sound.SoftLowFrequencyOscillator is Sun proprietary API and may be removed in a future release shared?TestProcessControlLogic.lfo:new SoftLowFrequencyOscillator(); ^ /home/mark/src/icedtea6/openjdk/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/TestProcessControlLogic.java:82: warning: com.sun.media.sound.AudioSynthesizerPropertyInfo is Sun proprietary API and may be removed in a future release AudioSynthesizerPropertyInfo[] p = synth.getPropertyInfo(null); ^ 10 warnings result: Passed. Compilation successful #section:main ----------messages:(3/145)---------- command: main TestProcessControlLogic reason: Assumed action based on file name: run main TestProcessControlLogic elapsed time (seconds): 0.003 ----------System.out:(0/0)---------- ----------System.err:(13/714)---------- java.lang.Exception: Incorrect LFO output (0.6711934572648259 != 0.5)! at TestProcessControlLogic.testLFO(TestProcessControlLogic.java:72) at TestProcessControlLogic.main(TestProcessControlLogic.java:95) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at com.sun.javatest.regtest.MainAction$SameVMThread.run(MainAction.java:595) at java.lang.Thread.run(Thread.java:636) JavaTest Message: Test threw exception: java.lang.Exception JavaTest Message: shutting down test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Incorrect LFO output (0.6711934572648259 != 0.5)! test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Incorrect LFO output (0.6711934572648259 != 0.5)!