Commit Graph

59 Commits

Author SHA1 Message Date
Sergey Bylokhov
6c71c930f4 8167615: Opensource unit/regression tests for JavaSound
Reviewed-by: amenkov
2016-10-31 14:50:09 +03:00
Sergey Bylokhov
07c0902eac 8167435: IllegalArgumentException is not thrown by Clip.open(AudioFormat,byte[], int, int)
Reviewed-by: amenkov
2016-10-14 21:43:00 +03:00
Sergey Bylokhov
ec6f109b23 8166288: Au file format can be validated better
Reviewed-by: amenkov
2016-09-25 02:55:18 +03:00
Sergey Bylokhov
201065a6ba 8160217: JavaSound should clean up resources better
Reviewed-by: prr
2016-08-23 20:45:35 +03:00
Sergey Bylokhov
02d66f66b3 8148915: Intermittent failures of bug6400879.java
Reviewed-by: amenkov
2016-05-19 22:24:00 +03:00
Sergey Bylokhov
da73758e61 8156169: Some sound tests rarely hangs because of incorrect synchronization
Reviewed-by: prr, amenkov
2016-05-18 20:40:17 +03:00
Sergey Bylokhov
214029ed2b 6729836: JavaSound treats large file sizes as negative and cannot read or skip
Reviewed-by: prr
2016-05-04 01:03:46 +03:00
Sergey Bylokhov
fe992bb6cd 8152501: closed/javax/sound/sampled/FileWriter/WaveBigEndian.java failing
Reviewed-by: amenkov
2016-04-05 17:30:23 +03:00
Sergey Bylokhov
09e6249e38 8132782: RIFFReader does not support WAVE-Files greater than 2 GiB
Reviewed-by: amenkov
2016-03-28 17:59:54 +03:00
Sergey Bylokhov
717ad7019c 8038139: AudioInputStream.getFrameLength() returns wrong value for floating-point WAV
Reviewed-by: prr, amenkov
2016-02-18 22:11:29 +03:00
Joe Darcy
ec868b477b 8148983: Fix extra comma in changes for JDK-8148916
Reviewed-by: jjg
2016-02-03 13:56:19 -08:00
Joe Darcy
63f14a633b 8148916: Mark bug6400879.java as intermittently failing
Reviewed-by: serb
2016-02-03 12:52:27 -08:00
Sergey Bylokhov
173e79ac66 8147407: Provide support of WaveExtensible sound format
Reviewed-by: prr, amenkov
2016-01-14 23:14:01 +03:00
Sergey Bylokhov
d19138e94b 8064800: AudioSystem/WaveFileWriter can't write PCM_FLOAT, but writes it anyway
Reviewed-by: prr, amenkov
2016-01-07 23:50:00 +03:00
Sergey Bylokhov
ad8f08fbf6 6459818: Audio A-law and law decoder skip() method not implemented
Reviewed-by: amenkov
2016-01-12 23:33:45 +03:00
Sergey Bylokhov
e5820d08ec 8146144: Incorrect behaviour of AudioSystem.getTargetFormats/getTargetEncodings/isConversionSupported
Reviewed-by: amenkov
2016-01-12 23:27:23 +03:00
Sergey Bylokhov
762d2c555e 8131974: AudioFileReader incorrectly handle EOFException
Reviewed-by: amenkov
2016-01-01 18:33:53 +03:00
Sergey Bylokhov
3144cc4a27 8143909: Behavior of null arguments not specified in javax.sound.midi.spi
The specification change was reviewed by Florian Bomers also

Reviewed-by: amenkov
2015-12-09 18:56:59 +03:00
Sergey Bylokhov
08c1fe55c0 8135100: Behavior of null arguments not specified in javax.sound.sampled.spi
The specification change was reviewed by Florian Bomers also

Reviewed-by: amenkov
2015-11-22 17:27:33 +03:00
Sergey Bylokhov
da9e27a018 8135160: Endless Loop in RiffReader
Reviewed-by: prr, amenkov
2015-09-27 00:51:27 +03:00
Phil Race
f39c6aeb63 Merge 2015-09-08 14:40:44 -07:00
Phil Race
d69a0641fd Merge 2015-09-08 11:47:07 -07:00
Martin Buchholz
24742f7b1d 8134984: Text files should end in exactly one newline
Automated fixup of newlines at end-of-file via the usual perl one-liner

Reviewed-by: chegar, sherman
2015-09-02 14:11:50 -07:00
Sergey Bylokhov
16bdae5274 8133677: Specification of AudioFileReader should be clarifed
Reviewed-by: prr, amenkov
2015-09-02 16:13:14 +03:00
Phil Race
4abc68cead Merge 2015-08-31 11:29:55 -07:00
Joe Darcy
dc85decead 8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful
Reviewed-by: prr
2015-08-27 18:12:45 -07:00
Sergey Bylokhov
58cd114398 8059743: Incorrect assumtion in javax\sound\midi\Gervill\SoftProvider\GetDevice.java
Reviewed-by: alexsch, amenkov
2015-08-18 15:51:23 +03:00
Sergey Bylokhov
5e745d9ef1 8013586: audioInputStream.close() does not release the resource
8130305: AudioSystem behavior depends on order that providers are located

Reviewed-by: prr, amenkov
2015-07-28 22:31:54 +03:00
Yuri Nesterenko
bdc20e1849 8076468: Add @modules to tests in jdk_desktop test group
Reviewed-by: yan, alexsch
2015-06-23 11:59:27 +03:00
Sergey Bylokhov
86506d6858 8068412: [macosx] Initialization of Cocoa hangs if CoreAudio was initialized before
Reviewed-by: azvegint, prr
2015-02-18 16:59:51 +03:00
Sergey Bylokhov
7a259eeb29 8058115: Some of MidiDeviceProviders do not follow the specification
Reviewed-by: prr, azvegint
2014-09-30 17:39:04 +04:00
Lana Steuck
657b9db1ba 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date

Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
Joe Darcy
48ce9464b0 8031651: Remove unneeded -source and -target flags in jdk repo regression tests
Reviewed-by: dfuchs, mullan
2014-01-14 10:08:24 -08:00
Sergey Bylokhov
9ab430a0d2 8027696: Incorrect copyright header in the tests
Reviewed-by: alanb, malenkov, mullan
2013-11-12 20:24:25 +04:00
Sergey Bylokhov
1f3355acb3 7058662: AiffFileReader throws java.lang.ArithmeticException: division by zero when frame size is zero
7058666: Unexpected exception in AU parser code
7058672: Unexpected exceptions and freezes in WAV parser code

Reviewed-by: prr
2013-10-10 02:35:27 +04:00
Alex Menkov
56c8257743 7100140: [macosx] Test closed/javax/sound/sampled/DirectAudio/bug6400879.java is invalid
Reviewed-by: prr
2012-04-17 13:03:01 +03:00
Alex Menkov
253976ad79 7058852: javax/sound/sampled/FileWriter/AlawEncoderSync.java failing intermittently
Reviewed-by: prr
2012-04-16 17:04:49 +03:00
Alex Menkov
159d2cd692 7088367: JavaSound security issue (12865443)
Reviewed-by: denis
2011-10-26 14:00:18 +04:00
Alex Menkov
b85845f9da 7026275: TEST_BUG: test/javax/sound/sampled/Clip/ClipSetPos.java throws uncatched IllegalArgumentException
Reviewed-by: dav
2011-04-04 13:22:40 +04:00
Alex Menkov
516f0be2ce 6835393: MidiSystem fails to correctly read Sequence with SMPTE division
Reviewed-by: stayer
2011-03-03 16:40:13 +03:00
Alex Menkov
fceef46739 6660470: RealTimeSequencer incorrectly opens (implicitly) synthesizer
Reviewed-by: stayer
2011-03-03 15:57:53 +03:00
Alex Menkov
8fa35f419c 6801206: SoundTestSuite: test050 fails
Reviewed-by: stayer
2011-03-03 15:45:47 +03:00
Alex Menkov
601f9c0fea 6938426: Concurrency bug in ALAW encoder causes random bursts of static/noise in output
Reviewed-by: stayer
2011-03-03 15:41:44 +03:00
Alex Menkov
eb75b23d93 7013521: AudioSystem.write for AIFF files closes source audio stream
Reviewed-by: dav
2011-02-28 18:36:33 +03:00
Kelly O'Hair
6b6a611c8e 6962318: Update copyright year
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Alex Menkov
b6584fa0ab 6986335: 10 regtest failures (test/javax/sound/midi/Gervil) due AudioFloatConverter.PCM_FLOAT not found
Reviewed-by: dav
2010-10-07 18:23:13 +04:00
Alex Menkov
ded210964b 4933700: RFE: Add way to get device from Receiver and Transmitter
Reviewed-by: art
2010-09-14 14:14:18 +04:00
Alex Menkov
bf0670e111 Merge 2010-09-14 14:09:26 +04:00
Alex Menkov
a6d309e0bb 4937708: AudioFormat.matches should allow NOT_SPECIFY in all fields
Reviewed-by: denis
2010-09-14 14:07:58 +04:00
Alex Menkov
4cf465320c 6944033: RFE: add PCM_FLOAT support
Reviewed-by: dav
2010-09-14 12:38:49 +04:00