summaryrefslogtreecommitdiffstats
path: root/test/API/H5_api_tests_disabled.h
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-05-26 20:29:02 (GMT)
committerGitHub <noreply@github.com>2023-05-26 20:29:02 (GMT)
commit79bb60c3f6f67411e5d70b84743fc9f6b6143cbc (patch)
treedce0c97c567cb20eeb65de917e21347376979f18 /test/API/H5_api_tests_disabled.h
parent77e64e0df46bb7498be014b1005efd49c4ad7518 (diff)
downloadhdf5-79bb60c3f6f67411e5d70b84743fc9f6b6143cbc.zip
hdf5-79bb60c3f6f67411e5d70b84743fc9f6b6143cbc.tar.gz
hdf5-79bb60c3f6f67411e5d70b84743fc9f6b6143cbc.tar.bz2
API test updates (#3018)
* Remove macros from api tests (#2929) * Remove macros and undefined callbacks (#2959) * Remove remaining macros from H5_api_tests_disabled.h (#2968) * Put some vol capability checks in testpar tests and remove remaining warnings (#2995) * API tests datatype generation cleanup * Clean up API tests' random datatype generation and fix bug with enum datatype generation * Init parallel API tests with MPI_THREAD_MULTIPLE * HDF5 API tests - Check VOL connector registration * Determine whether a VOL connector failed to load before running API tests * Cleanup some usages of H5VL_CAP_FLAG_CREATION_ORDER in API tests * Remove some now-unused macros from H5_api_tests_disabled.h * Enable HDF5 API tests by default * Implement CMake option to install HDF5 API tests * Check for invalid AAPL from H5Acreate * Enable building of VOL connectors alongside HDF5 in CMake * Prepend CMake VOL URL option indices with 0s so they come in order * Don't turn on API tests by default yet * Document VOL connector FetchContent functionality * Add release note for API test updates * Only install testing library if API tests are installed * Fix grammar
Diffstat (limited to 'test/API/H5_api_tests_disabled.h')
-rw-r--r--test/API/H5_api_tests_disabled.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/test/API/H5_api_tests_disabled.h b/test/API/H5_api_tests_disabled.h
deleted file mode 100644
index 672d2d9..0000000
--- a/test/API/H5_api_tests_disabled.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * Copyright by The HDF Group. *
- * All rights reserved. *
- * *
- * This file is part of HDF5. The full HDF5 copyright notice, including *
- * terms governing use, modification, and redistribution, is contained in *
- * the COPYING file, which can be found at the root of the source code *
- * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
- * If you do not have access to either file, you may request a copy from *
- * help@hdfgroup.org. *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-
-#ifndef H5_API_TESTS_DISABLED_H
-#define H5_API_TESTS_DISABLED_H
-
-#include "H5_api_test_config.h"
-
-/* Contains #defines to temporarily disable API tests based
- * on problematic or unsupported functionality */
-
-#define NO_LARGE_TESTS
-#define NO_ATTR_FILL_VALUE_SUPPORT
-#define NO_DECREASING_ALPHA_ITER_ORDER
-#define NO_USER_DEFINED_LINKS
-#define NO_EXTERNAL_LINKS
-#define NO_ITERATION_RESTART
-#define NO_FILE_MOUNTS
-#define NO_CLEAR_ON_SHRINK
-#define NO_DOUBLE_OBJECT_OPENS
-#define NO_OBJECT_GET_NAME
-#define WRONG_DATATYPE_OBJ_COUNT
-#define NO_SHARED_DATATYPES
-#define NO_INVALID_PROPERTY_LIST_TESTS
-#define NO_MAX_LINK_CRT_ORDER_RESET
-#define NO_PREVENT_HARD_LINKS_ACROSS_FILES
-#define NO_SOFT_LINK_MANY_DANGLING
-#define NO_ID_PREVENTS_OBJ_DELETE
-#define NO_WRITE_SAME_ELEMENT_TWICE
-#define NO_PREVENT_CREATE_SAME_ATTRIBUTE_TWICE
-#define NO_DELETE_NONEXISTENT_ATTRIBUTE
-#define NO_TRUNCATE_OPEN_FILE
-#define NO_CHECK_SELECTION_BOUNDS
-#define NO_VALIDATE_DATASPACE
-#define NO_REFERENCE_TO_DELETED
-
-#endif /* H5_API_TESTS_DISABLED_H */