Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Utilities/StorageFactory/test/BuildFile.xml is written in an unsupported language. File is not indexed.

0001 <use name="Utilities/StorageFactory"/>
0002 <use name="FWCore/ParameterSet"/>
0003 <bin file="t0Repack.cpp" name="test_StorageFactory_t0Repack">
0004   <flags NO_TESTRUN="1"/>
0005 </bin>
0006 
0007 <bin file="randomread.cpp" name="test_StorageFactory_randomread">
0008   <flags NO_TESTRUN="1"/>
0009 </bin>
0010 
0011 <bin file="any.cpp" name="test_StorageFactory_Any">
0012   <flags NO_TESTRUN="1"/>
0013 </bin>
0014 
0015 <bin file="local.cpp" name="test_StorageFactory_Local">
0016 </bin>
0017 
0018 <bin file="local2.cpp" name="test_StorageFactory_Local2">
0019 </bin>
0020 
0021 <bin file="local3.cpp" name="test_StorageFactory_Local3">
0022 </bin>
0023 
0024 <bin file="ftp.cpp" name="test_StorageFactory_Ftp">
0025   <flags NO_TESTRUN="1"/>
0026 </bin>
0027 
0028 <bin file="ftp2.cpp" name="test_StorageFactory_Ftp2">
0029   <flags NO_TESTRUN="1"/>
0030 </bin>
0031 
0032 <bin file="rfio2.cpp" name="test_StorageFactory_Rfio2">
0033 </bin>
0034 
0035 <bin file="rfio3.cpp" name="test_StorageFactory_Rfio3">
0036 </bin>
0037 
0038 <bin file="write.cpp" name="test_StorageFactory_Write">
0039   <flags NO_TESTRUN="1"/>
0040 </bin>
0041 
0042 <bin file="mkstemp.cpp" name="test_StorageFactory_Mkstemp">
0043 </bin>
0044 
0045 <test name="TestStatisticsSenderService" command="test_file_statistics_sender.sh"/>
0046 <!--
0047 We do not currently run the threadsafe test, as the StorageFactoryMaker is not thread-safe
0048 (the underlying PluginManager can be called from multiple threads, but itself is not
0049 thread safe.)
0050 It's not that hard guard accesses to the PluginManager, but per Chris Jones, we want
0051 to wait until the framework decides on a threading model to implement a fix.
0052 file="threadsafe.cpp" name="test_StorageFactory_threadsafe"
0053 -->