On Thu, May 31, 2012 at 08:43:00AM -0600, TheSin wrote:
> I believe it was the version before this one that broke api/abi compat in the 
> lib without a lib version update and it didn't work with clang, I was so busy 
> trying to fix that mess I didn't even test the new release with clang is all, 
> I'll try and test it today and if all is well I'll remove that requirement.

Thanks. Please do add an InfoTest to libaudiofile1.info. I found that...

InfoTest: TestScript: make check || exit 2

worked fine.
            Jack

> ---
> TS
> http://www.southofheaven.org/
> Life begins and ends with chaos, live between the chaos!
> 
> On 2012-05-31, at 8:24 AM, Jack Howarth wrote:
> 
> > Justin,
> >   Why are we using llvm-gcc-4.2/llvm-g++-4.2 in the 10.7 info files
> > for audiofile/libaudiofile1? Current Apple clang seems capable of
> > building both. If you add an InfoTest to libaudiofile1, you should
> > find that all of the tests pass from the resuling clang build...
> > 
> > make  check-TESTS
> > [==========] Running 1 test from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 1 test from AES
> > [ RUN      ] AES.AIFF
> > [       OK ] AES.AIFF (1 ms)
> > [----------] 1 test from AES (1 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 1 test from 1 test case ran. (1 ms total)
> > [  PASSED  ] 1 test.
> > PASS: aes
> > [==========] Running 12 tests from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 12 tests from ChannelMatrix
> > [ RUN      ] ChannelMatrix.ReadInt8
> > [       OK ] ChannelMatrix.ReadInt8 (1 ms)
> > [ RUN      ] ChannelMatrix.ReadInt16
> > [       OK ] ChannelMatrix.ReadInt16 (1 ms)
> > [ RUN      ] ChannelMatrix.ReadInt24
> > [       OK ] ChannelMatrix.ReadInt24 (1 ms)
> > [ RUN      ] ChannelMatrix.ReadInt32
> > [       OK ] ChannelMatrix.ReadInt32 (0 ms)
> > [ RUN      ] ChannelMatrix.ReadFloat
> > [       OK ] ChannelMatrix.ReadFloat (1 ms)
> > [ RUN      ] ChannelMatrix.ReadDouble
> > [       OK ] ChannelMatrix.ReadDouble (1 ms)
> > [ RUN      ] ChannelMatrix.WriteInt8
> > [       OK ] ChannelMatrix.WriteInt8 (1 ms)
> > [ RUN      ] ChannelMatrix.WriteInt16
> > [       OK ] ChannelMatrix.WriteInt16 (2 ms)
> > [ RUN      ] ChannelMatrix.WriteInt24
> > [       OK ] ChannelMatrix.WriteInt24 (1 ms)
> > [ RUN      ] ChannelMatrix.WriteInt32
> > [       OK ] ChannelMatrix.WriteInt32 (2 ms)
> > [ RUN      ] ChannelMatrix.WriteFloat
> > [       OK ] ChannelMatrix.WriteFloat (2 ms)
> > [ RUN      ] ChannelMatrix.WriteDouble
> > [       OK ] ChannelMatrix.WriteDouble (1 ms)
> > [----------] 12 tests from ChannelMatrix (14 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 12 tests from 1 test case ran. (14 ms total)
> > [  PASSED  ] 12 tests.
> > PASS: channelmatrix
> > [==========] Running 12 tests from 12 test cases.
> > [----------] Global test environment set-up.
> > [----------] 1 test from Data
> > [ RUN      ] Data.Null
> > [       OK ] Data.Null (0 ms)
> > [----------] 1 test from Data (0 ms total)
> > 
> > [----------] 1 test from Channels
> > [ RUN      ] Channels.Null
> > [       OK ] Channels.Null (0 ms)
> > [----------] 1 test from Channels (1 ms total)
> > 
> > [----------] 1 test from Rate
> > [ RUN      ] Rate.Null
> > [       OK ] Rate.Null (0 ms)
> > [----------] 1 test from Rate (0 ms total)
> > 
> > [----------] 1 test from Compression
> > [ RUN      ] Compression.Null
> > [       OK ] Compression.Null (0 ms)
> > [----------] 1 test from Compression (0 ms total)
> > 
> > [----------] 1 test from SampleFormat
> > [ RUN      ] SampleFormat.Null
> > [       OK ] SampleFormat.Null (0 ms)
> > [----------] 1 test from SampleFormat (0 ms total)
> > 
> > [----------] 1 test from ByteOrder
> > [ RUN      ] ByteOrder.Null
> > [       OK ] ByteOrder.Null (0 ms)
> > [----------] 1 test from ByteOrder (0 ms total)
> > 
> > [----------] 1 test from DataOffset
> > [ RUN      ] DataOffset.Null
> > [       OK ] DataOffset.Null (0 ms)
> > [----------] 1 test from DataOffset (0 ms total)
> > 
> > [----------] 1 test from FrameCount
> > [ RUN      ] FrameCount.Null
> > [       OK ] FrameCount.Null (0 ms)
> > [----------] 1 test from FrameCount (0 ms total)
> > 
> > [----------] 1 test from AES
> > [ RUN      ] AES.Null
> > [       OK ] AES.Null (0 ms)
> > [----------] 1 test from AES (0 ms total)
> > 
> > [----------] 1 test from Setup
> > [ RUN      ] Setup.Null
> > [       OK ] Setup.Null (0 ms)
> > [----------] 1 test from Setup (0 ms total)
> > 
> > [----------] 1 test from File
> > [ RUN      ] File.Bad
> > [       OK ] File.Bad (0 ms)
> > [----------] 1 test from File (0 ms total)
> > 
> > [----------] 1 test from Query
> > [ RUN      ] Query.Bad
> > [       OK ] Query.Bad (0 ms)
> > [----------] 1 test from Query (0 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 12 tests from 12 test cases ran. (1 ms total)
> > [  PASSED  ] 12 tests.
> > PASS: error
> > PASS: floatto24
> > [==========] Running 4 tests from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 4 tests from FloatToIntTest
> > [ RUN      ] FloatToIntTest.Int8
> > [       OK ] FloatToIntTest.Int8 (1 ms)
> > [ RUN      ] FloatToIntTest.Int16
> > [       OK ] FloatToIntTest.Int16 (1 ms)
> > [ RUN      ] FloatToIntTest.Int24
> > [       OK ] FloatToIntTest.Int24 (1 ms)
> > [ RUN      ] FloatToIntTest.Int32
> > [       OK ] FloatToIntTest.Int32 (0 ms)
> > [----------] 4 tests from FloatToIntTest (3 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 4 tests from 1 test case ran. (3 ms total)
> > [  PASSED  ] 4 tests.
> > PASS: floattoint
> > [==========] Running 4 tests from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 4 tests from IntToFloatTest
> > [ RUN      ] IntToFloatTest.Int8
> > [       OK ] IntToFloatTest.Int8 (1 ms)
> > [ RUN      ] IntToFloatTest.Int16
> > [       OK ] IntToFloatTest.Int16 (1 ms)
> > [ RUN      ] IntToFloatTest.Int24
> > [       OK ] IntToFloatTest.Int24 (0 ms)
> > [ RUN      ] IntToFloatTest.Int32
> > [       OK ] IntToFloatTest.Int32 (1 ms)
> > [----------] 4 tests from IntToFloatTest (3 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 4 tests from 1 test case ran. (3 ms total)
> > [  PASSED  ] 4 tests.
> > PASS: inttofloat
> > [==========] Running 7 tests from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 7 tests from Large
> > [ RUN      ] Large.AIFF
> > [       OK ] Large.AIFF (590 ms)
> > [ RUN      ] Large.AIFFC
> > [       OK ] Large.AIFFC (572 ms)
> > [ RUN      ] Large.NeXT
> > [       OK ] Large.NeXT (568 ms)
> > [ RUN      ] Large.WAVE
> > [       OK ] Large.WAVE (564 ms)
> > [ RUN      ] Large.IRCAM
> > [       OK ] Large.IRCAM (560 ms)
> > [ RUN      ] Large.AVR
> > [       OK ] Large.AVR (562 ms)
> > [ RUN      ] Large.CAF
> > [       OK ] Large.CAF (565 ms)
> > [----------] 7 tests from Large (3983 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 7 tests from 1 test case ran. (3983 ms total)
> > [  PASSED  ] 7 tests.
> > PASS: large
> > [==========] Running 1 test from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 1 test from Loop
> > [ RUN      ] Loop.AIFF
> > [       OK ] Loop.AIFF (1 ms)
> > [----------] 1 test from Loop (1 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 1 test from 1 test case ran. (1 ms total)
> > [  PASSED  ] 1 test.
> > PASS: loop
> > [==========] Running 4 tests from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 4 tests from Miscellaneous
> > [ RUN      ] Miscellaneous.AIFF
> > [       OK ] Miscellaneous.AIFF (1 ms)
> > [ RUN      ] Miscellaneous.AIFFC
> > [       OK ] Miscellaneous.AIFFC (1 ms)
> > [ RUN      ] Miscellaneous.WAVE
> > [       OK ] Miscellaneous.WAVE (0 ms)
> > [ RUN      ] Miscellaneous.IFF_8SVX
> > [       OK ] Miscellaneous.IFF_8SVX (1 ms)
> > [----------] 4 tests from Miscellaneous (3 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 4 tests from 1 test case ran. (3 ms total)
> > [  PASSED  ] 4 tests.
> > PASS: miscellaneous
> > [==========] Running 2 tests from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 2 tests from NeXT
> > [ RUN      ] NeXT.UnspecifiedLength
> > [       OK ] NeXT.UnspecifiedLength (1 ms)
> > [ RUN      ] NeXT.Truncated
> > [       OK ] NeXT.Truncated (1 ms)
> > [----------] 2 tests from NeXT (2 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 2 tests from 1 test case ran. (2 ms total)
> > [  PASSED  ] 2 tests.
> > PASS: next
> > [==========] Running 41 tests from 11 test cases.
> > [----------] Global test environment set-up.
> > [----------] 4 tests from AIFF
> > [ RUN      ] AIFF.Int8
> > [       OK ] AIFF.Int8 (1 ms)
> > [ RUN      ] AIFF.Int16
> > [       OK ] AIFF.Int16 (0 ms)
> > [ RUN      ] AIFF.Int24
> > [       OK ] AIFF.Int24 (1 ms)
> > [ RUN      ] AIFF.Int32
> > [       OK ] AIFF.Int32 (1 ms)
> > [----------] 4 tests from AIFF (3 ms total)
> > 
> > [----------] 6 tests from AIFFC
> > [ RUN      ] AIFFC.Int8
> > [       OK ] AIFFC.Int8 (1 ms)
> > [ RUN      ] AIFFC.Int16
> > [       OK ] AIFFC.Int16 (0 ms)
> > [ RUN      ] AIFFC.Int24
> > [       OK ] AIFFC.Int24 (1 ms)
> > [ RUN      ] AIFFC.Int32
> > [       OK ] AIFFC.Int32 (1 ms)
> > [ RUN      ] AIFFC.Float
> > [       OK ] AIFFC.Float (1 ms)
> > [ RUN      ] AIFFC.Double
> > [       OK ] AIFFC.Double (0 ms)
> > [----------] 6 tests from AIFFC (4 ms total)
> > 
> > [----------] 6 tests from WAVE
> > [ RUN      ] WAVE.UInt8
> > [       OK ] WAVE.UInt8 (1 ms)
> > [ RUN      ] WAVE.Int16
> > [       OK ] WAVE.Int16 (0 ms)
> > [ RUN      ] WAVE.Int24
> > [       OK ] WAVE.Int24 (1 ms)
> > [ RUN      ] WAVE.Int32
> > [       OK ] WAVE.Int32 (0 ms)
> > [ RUN      ] WAVE.Float
> > [       OK ] WAVE.Float (1 ms)
> > [ RUN      ] WAVE.Double
> > [       OK ] WAVE.Double (1 ms)
> > [----------] 6 tests from WAVE (4 ms total)
> > 
> > [----------] 6 tests from NeXT
> > [ RUN      ] NeXT.Int8
> > [       OK ] NeXT.Int8 (0 ms)
> > [ RUN      ] NeXT.Int16
> > [       OK ] NeXT.Int16 (1 ms)
> > [ RUN      ] NeXT.Int24
> > [       OK ] NeXT.Int24 (0 ms)
> > [ RUN      ] NeXT.Int32
> > [       OK ] NeXT.Int32 (1 ms)
> > [ RUN      ] NeXT.Float
> > [       OK ] NeXT.Float (0 ms)
> > [ RUN      ] NeXT.Double
> > [       OK ] NeXT.Double (1 ms)
> > [----------] 6 tests from NeXT (3 ms total)
> > 
> > [----------] 6 tests from IRCAM
> > [ RUN      ] IRCAM.Int8
> > [       OK ] IRCAM.Int8 (0 ms)
> > [ RUN      ] IRCAM.Int16
> > [       OK ] IRCAM.Int16 (1 ms)
> > [ RUN      ] IRCAM.Int24
> > [       OK ] IRCAM.Int24 (0 ms)
> > [ RUN      ] IRCAM.Int32
> > [       OK ] IRCAM.Int32 (1 ms)
> > [ RUN      ] IRCAM.Float
> > [       OK ] IRCAM.Float (0 ms)
> > [ RUN      ] IRCAM.Double
> > [       OK ] IRCAM.Double (1 ms)
> > [----------] 6 tests from IRCAM (3 ms total)
> > 
> > [----------] 1 test from IFF
> > [ RUN      ] IFF.Int8
> > [       OK ] IFF.Int8 (0 ms)
> > [----------] 1 test from IFF (0 ms total)
> > 
> > [----------] 2 tests from AVR
> > [ RUN      ] AVR.Int8
> > [       OK ] AVR.Int8 (1 ms)
> > [ RUN      ] AVR.Int16
> > [       OK ] AVR.Int16 (0 ms)
> > [----------] 2 tests from AVR (1 ms total)
> > 
> > [----------] 1 test from SampleVision
> > [ RUN      ] SampleVision.Int16
> > [       OK ] SampleVision.Int16 (1 ms)
> > [----------] 1 test from SampleVision (1 ms total)
> > 
> > [----------] 2 tests from VOC
> > [ RUN      ] VOC.UInt8
> > [       OK ] VOC.UInt8 (1 ms)
> > [ RUN      ] VOC.Int16
> > [       OK ] VOC.Int16 (0 ms)
> > [----------] 2 tests from VOC (1 ms total)
> > 
> > [----------] 1 test from NIST
> > [ RUN      ] NIST.Int16
> > [       OK ] NIST.Int16 (1 ms)
> > [----------] 1 test from NIST (1 ms total)
> > 
> > [----------] 6 tests from CAF
> > [ RUN      ] CAF.Int8
> > [       OK ] CAF.Int8 (0 ms)
> > [ RUN      ] CAF.Int16
> > [       OK ] CAF.Int16 (1 ms)
> > [ RUN      ] CAF.Int24
> > [       OK ] CAF.Int24 (0 ms)
> > [ RUN      ] CAF.Int32
> > [       OK ] CAF.Int32 (1 ms)
> > [ RUN      ] CAF.Float
> > [       OK ] CAF.Float (0 ms)
> > [ RUN      ] CAF.Double
> > [       OK ] CAF.Double (1 ms)
> > [----------] 6 tests from CAF (3 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 41 tests from 11 test cases ran. (24 ms total)
> > [  PASSED  ] 41 tests.
> > PASS: pcmdata
> > [==========] Running 2 tests from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 2 tests from PCMMappingTest
> > [ RUN      ] PCMMappingTest.Float
> > [       OK ] PCMMappingTest.Float (1 ms)
> > [ RUN      ] PCMMappingTest.Double
> > [       OK ] PCMMappingTest.Double (1 ms)
> > [----------] 2 tests from PCMMappingTest (2 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 2 tests from 1 test case ran. (2 ms total)
> > [  PASSED  ] 2 tests.
> > PASS: pcmmapping
> > [==========] Running 1 test from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 1 test from Pipe
> > [ RUN      ] Pipe.Pipe
> > [       OK ] Pipe.Pipe (0 ms)
> > [----------] 1 test from Pipe (0 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 1 test from 1 test case ran. (0 ms total)
> > [  PASSED  ] 1 test.
> > PASS: pipe
> > formatcount = 12
> > format = 0
> > format = Raw Data
> > instrument query: supported: 0
> > instrument query: maximum number: 0
> > instrument parameter query: supported: 0
> > format = 1
> > format = AIFF-C
> > instrument query: supported: 1
> > instrument query: maximum number: 1
> > instrument parameter query: supported: 1
> > instrument parameter query: id count: 9
> > instrument parameter query: id: 301
> >     type of parameter: long
> >     name of parameter: MIDI base note
> >     default value: 60
> > instrument parameter query: id: 302
> >     type of parameter: long
> >     name of parameter: Detune in cents
> >     default value: 0
> > instrument parameter query: id: 305
> >     type of parameter: long
> >     name of parameter: Low velocity
> >     default value: 1
> > instrument parameter query: id: 306
> >     type of parameter: long
> >     name of parameter: High velocity
> >     default value: 127
> > instrument parameter query: id: 303
> >     type of parameter: long
> >     name of parameter: Low note
> >     default value: 0
> > instrument parameter query: id: 304
> >     type of parameter: long
> >     name of parameter: High note
> >     default value: 127
> > instrument parameter query: id: 307
> >     type of parameter: long
> >     name of parameter: Gain in dB
> >     default value: 0
> > instrument parameter query: id: 308
> >     type of parameter: long
> >     name of parameter: Sustain loop id
> >     default value: 0
> > instrument parameter query: id: 309
> >     type of parameter: long
> >     name of parameter: Release loop id
> >     default value: 0
> > format = 2
> > format = AIFF
> > instrument query: supported: 1
> > instrument query: maximum number: 1
> > instrument parameter query: supported: 1
> > instrument parameter query: id count: 9
> > instrument parameter query: id: 301
> >     type of parameter: long
> >     name of parameter: MIDI base note
> >     default value: 60
> > instrument parameter query: id: 302
> >     type of parameter: long
> >     name of parameter: Detune in cents
> >     default value: 0
> > instrument parameter query: id: 305
> >     type of parameter: long
> >     name of parameter: Low velocity
> >     default value: 1
> > instrument parameter query: id: 306
> >     type of parameter: long
> >     name of parameter: High velocity
> >     default value: 127
> > instrument parameter query: id: 303
> >     type of parameter: long
> >     name of parameter: Low note
> >     default value: 0
> > instrument parameter query: id: 304
> >     type of parameter: long
> >     name of parameter: High note
> >     default value: 127
> > instrument parameter query: id: 307
> >     type of parameter: long
> >     name of parameter: Gain in dB
> >     default value: 0
> > instrument parameter query: id: 308
> >     type of parameter: long
> >     name of parameter: Sustain loop id
> >     default value: 0
> > instrument parameter query: id: 309
> >     type of parameter: long
> >     name of parameter: Release loop id
> >     default value: 0
> > format = 3
> > format = NeXT .snd/Sun .au
> > instrument query: supported: 0
> > instrument query: maximum number: 0
> > instrument parameter query: supported: 0
> > format = 4
> > format = MS RIFF WAVE
> > instrument query: supported: 1
> > instrument query: maximum number: 1
> > instrument parameter query: supported: 1
> > instrument parameter query: id count: 7
> > instrument parameter query: id: 301
> >     type of parameter: long
> >     name of parameter: MIDI base note
> >     default value: 60
> > instrument parameter query: id: 302
> >     type of parameter: long
> >     name of parameter: Detune in cents
> >     default value: 0
> > instrument parameter query: id: 305
> >     type of parameter: long
> >     name of parameter: Low velocity
> >     default value: 1
> > instrument parameter query: id: 306
> >     type of parameter: long
> >     name of parameter: High velocity
> >     default value: 127
> > instrument parameter query: id: 303
> >     type of parameter: long
> >     name of parameter: Low note
> >     default value: 0
> > instrument parameter query: id: 304
> >     type of parameter: long
> >     name of parameter: High note
> >     default value: 127
> > instrument parameter query: id: 307
> >     type of parameter: long
> >     name of parameter: Gain in dB
> >     default value: 0
> > format = 5
> > format = BICSF
> > instrument query: supported: 0
> > instrument query: maximum number: 0
> > instrument parameter query: supported: 0
> > format = 9
> > format = AVR
> > instrument query: supported: 0
> > instrument query: maximum number: 0
> > instrument parameter query: supported: 0
> > format = 10
> > format = IFF/8SVX
> > instrument query: supported: 0
> > instrument query: maximum number: 0
> > instrument parameter query: supported: 0
> > format = 11
> > format = Sample Vision
> > instrument query: supported: 0
> > instrument query: maximum number: 0
> > instrument parameter query: supported: 0
> > format = 12
> > format = VOC
> > instrument query: supported: 0
> > instrument query: maximum number: 0
> > instrument parameter query: supported: 0
> > format = 13
> > format = NIST SPHERE
> > instrument query: supported: 0
> > instrument query: maximum number: 0
> > instrument parameter query: supported: 0
> > format = 15
> > format = CAF
> > instrument query: supported: 0
> > instrument query: maximum number: 0
> > instrument parameter query: supported: 0
> > PASS: query2
> > [==========] Running 1 test from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 1 test from Seek
> > [ RUN      ] Seek.Seek
> > [       OK ] Seek.Seek (14 ms)
> > [----------] 1 test from Seek (14 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 1 test from 1 test case ran. (14 ms total)
> > [  PASSED  ] 1 test.
> > PASS: seek
> > [==========] Running 4 tests from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 4 tests from SignConversionTest
> > [ RUN      ] SignConversionTest.Int8
> > [       OK ] SignConversionTest.Int8 (1 ms)
> > [ RUN      ] SignConversionTest.Int16
> > [       OK ] SignConversionTest.Int16 (1 ms)
> > [ RUN      ] SignConversionTest.Int24
> > [       OK ] SignConversionTest.Int24 (1 ms)
> > [ RUN      ] SignConversionTest.Int32
> > [       OK ] SignConversionTest.Int32 (0 ms)
> > [----------] 4 tests from SignConversionTest (3 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 4 tests from 1 test case ran. (3 ms total)
> > [  PASSED  ] 4 tests.
> > PASS: sign
> > PASS: sixteen-to-eight
> > PASS: testchannelmatrix
> > testdouble: testing AIFF-C
> > testdouble: testing MS RIFF WAVE
> > testdouble: testing NeXT .snd/Sun .au
> > testdouble passed
> > PASS: testdouble
> > testfloat: testing AIFF-C
> > testfloat: testing WAVE
> > testfloat: testing NeXT .snd
> > testfloat: testing IRCAM
> > testfloat passed
> > PASS: testfloat
> > PASS: testmarkers
> > PASS: twentyfour
> > PASS: twentyfour2
> > [==========] Running 3 tests from 1 test case.
> > [----------] Global test environment set-up.
> > [----------] 3 tests from VirtualFile
> > [ RUN      ] VirtualFile.Basic
> > [       OK ] VirtualFile.Basic (0 ms)
> > [ RUN      ] VirtualFile.ReadVirtual
> > [       OK ] VirtualFile.ReadVirtual (1 ms)
> > [ RUN      ] VirtualFile.WriteVirtual
> > [       OK ] VirtualFile.WriteVirtual (0 ms)
> > [----------] 3 tests from VirtualFile (1 ms total)
> > 
> > [----------] Global test environment tear-down
> > [==========] 3 tests from 1 test case ran. (1 ms total)
> > [  PASSED  ] 3 tests.
> > PASS: virtualfile
> > writealaw: testing NeXT .snd.
> > writealaw: testing AIFF-C.
> > writealaw: testing WAVE.
> > writealaw: testing IRCAM.
> > writealaw: testing VOC.
> > writealaw: testing CAF.
> > writealaw test passed.
> > PASS: writealaw
> > writeraw test passed.
> > PASS: writeraw
> > writeulaw: testing NeXT .snd.
> > writeulaw: testing AIFF-C.
> > writeulaw: testing WAVE.
> > writeulaw: testing IRCAM.
> > writeulaw: testing VOC.
> > writeulaw: testing CAF.
> > writeulaw test passed.
> > PASS: writeulaw
> > ===================
> > All 27 tests passed
> > 
> > Unfortunately, the audofile build doesn't seem capable of running a make 
> > check.
> >        Jack
> > ===================
> > 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to