mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Add final list of single testphdf5 tests
This commit is contained in:
parent
c389149d66
commit
813d8fd597
@ -26,10 +26,20 @@ add_test (NAME MPI_TEST-clear-testphdf5-objects
|
|||||||
set_tests_properties (MPI_TEST-clear-testphdf5-objects PROPERTIES FIXTURES_SETUP par_clear_testphdf5)
|
set_tests_properties (MPI_TEST-clear-testphdf5-objects PROPERTIES FIXTURES_SETUP par_clear_testphdf5)
|
||||||
|
|
||||||
set (SKIP_tests
|
set (SKIP_tests
|
||||||
|
cchunk1
|
||||||
|
cchunk2
|
||||||
cchunk3
|
cchunk3
|
||||||
|
cchunk4
|
||||||
ecdsetw
|
ecdsetw
|
||||||
eidsetw2
|
eidsetw2
|
||||||
|
selnone
|
||||||
|
cngrpw
|
||||||
|
ingrpr
|
||||||
|
cschunkw
|
||||||
|
ccchunkw
|
||||||
tldsc
|
tldsc
|
||||||
|
actualio
|
||||||
|
MC_coll_MD_read
|
||||||
)
|
)
|
||||||
set (SKIP_testphdf5 "")
|
set (SKIP_testphdf5 "")
|
||||||
foreach (skiptest ${SKIP_tests})
|
foreach (skiptest ${SKIP_tests})
|
||||||
|
@ -549,9 +549,9 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
AddTest("noselcollmdread", test_partial_no_selection_coll_md_read, NULL,
|
AddTest("noselcollmdread", test_partial_no_selection_coll_md_read, NULL,
|
||||||
"Collective Metadata read with some ranks having no selection", PARATESTFILE);
|
"Collective Metadata read with some ranks having no selection", PARATESTFILE);
|
||||||
AddTest("MC coll MD read", test_multi_chunk_io_addrmap_issue, NULL,
|
AddTest("MC_coll_MD_read", test_multi_chunk_io_addrmap_issue, NULL,
|
||||||
"Collective MD read with multi chunk I/O (H5D__chunk_addrmap)", PARATESTFILE);
|
"Collective MD read with multi chunk I/O (H5D__chunk_addrmap)", PARATESTFILE);
|
||||||
AddTest("LC coll MD read", test_link_chunk_io_sort_chunk_issue, NULL,
|
AddTest("LC_coll_MD_read", test_link_chunk_io_sort_chunk_issue, NULL,
|
||||||
"Collective MD read with link chunk I/O (H5D__sort_chunk)", PARATESTFILE);
|
"Collective MD read with link chunk I/O (H5D__sort_chunk)", PARATESTFILE);
|
||||||
|
|
||||||
/* Display testing information */
|
/* Display testing information */
|
||||||
|
Loading…
Reference in New Issue
Block a user