summaryrefslogtreecommitdiffstats
path: root/test/fheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fheap.c')
-rw-r--r--test/fheap.c140
1 files changed, 70 insertions, 70 deletions
diff --git a/test/fheap.c b/test/fheap.c
index 14cfbe8..b55c60b 100644
--- a/test/fheap.c
+++ b/test/fheap.c
@@ -596,7 +596,7 @@ reopen_file(hid_t *file, H5F_t **f, const char *filename, hid_t fapl, hid_t dxpl
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (*f = (H5F_t *)H5I_object(*file)))
+ if(NULL == (*f = (H5F_t *)H5I_object_verify(*file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -647,7 +647,7 @@ open_heap(char *filename, hid_t fapl, hid_t dxpl, const H5HF_create_t *cparam,
/* Check for deleting the entire heap */
if(tparam->del_dir != FHEAP_DEL_HEAP) {
/* Get a pointer to the internal file object */
- if(NULL == (*f = (H5F_t *)H5I_object(*file)))
+ if(NULL == (*f = (H5F_t *)H5I_object_verify(*file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -689,7 +689,7 @@ open_heap(char *filename, hid_t fapl, hid_t dxpl, const H5HF_create_t *cparam,
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (*f = (H5F_t *)H5I_object(*file)))
+ if(NULL == (*f = (H5F_t *)H5I_object_verify(*file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -1859,7 +1859,7 @@ test_create(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t UNUSED *tparam
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -1976,7 +1976,7 @@ test_reopen(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t UNUSED *tparam
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2019,7 +2019,7 @@ test_reopen(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t UNUSED *tparam
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2125,7 +2125,7 @@ test_open_twice(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t UNUSED *tp
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2177,7 +2177,7 @@ test_open_twice(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t UNUSED *tp
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f2 = (H5F_t *)H5I_object(file2)))
+ if(NULL == (f2 = (H5F_t *)H5I_object_verify(file2, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2295,7 +2295,7 @@ test_delete_open(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t UNUSED *t
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2368,7 +2368,7 @@ test_delete_open(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t UNUSED *t
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2454,7 +2454,7 @@ test_id_limits(hid_t fapl, H5HF_create_t *cparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2797,7 +2797,7 @@ test_filtered_create(hid_t fapl, H5HF_create_t *cparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2840,7 +2840,7 @@ test_filtered_create(hid_t fapl, H5HF_create_t *cparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2920,7 +2920,7 @@ test_size(hid_t fapl, H5HF_create_t *cparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -2974,7 +2974,7 @@ test_size(hid_t fapl, H5HF_create_t *cparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3063,7 +3063,7 @@ test_reopen_hdr(hid_t fapl, H5HF_create_t *cparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file1)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file1, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3107,7 +3107,7 @@ test_reopen_hdr(hid_t fapl, H5HF_create_t *cparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object (file1) */
- if(NULL == (f = (H5F_t *)H5I_object(file1)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file1, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3129,7 +3129,7 @@ test_reopen_hdr(hid_t fapl, H5HF_create_t *cparam)
/* Get a pointer to the internal file object (file2) */
- if(NULL == (f = (H5F_t *)H5I_object(file2)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file2, H5I_FILE)))
FAIL_STACK_ERROR
/* Reopen the heap */
@@ -3202,7 +3202,7 @@ test_man_insert_weird(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tpa
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3312,7 +3312,7 @@ test_man_insert_first(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tpa
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3413,7 +3413,7 @@ test_man_insert_second(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tp
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3510,7 +3510,7 @@ test_man_insert_root_mult(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3609,7 +3609,7 @@ test_man_insert_force_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_test_par
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3715,7 +3715,7 @@ test_man_insert_fill_second(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3822,7 +3822,7 @@ test_man_insert_third_direct(hid_t fapl, H5HF_create_t *cparam, fheap_test_param
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -3933,7 +3933,7 @@ test_man_fill_first_row(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *t
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4029,7 +4029,7 @@ test_man_start_second_row(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4132,7 +4132,7 @@ test_man_fill_second_row(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4233,7 +4233,7 @@ test_man_start_third_row(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4344,7 +4344,7 @@ test_man_fill_fourth_row(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4441,7 +4441,7 @@ test_man_fill_all_root_direct(hid_t fapl, H5HF_create_t *cparam, fheap_test_para
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4537,7 +4537,7 @@ test_man_first_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_test_
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4639,7 +4639,7 @@ test_man_second_direct_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fhe
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4749,7 +4749,7 @@ test_man_fill_first_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4852,7 +4852,7 @@ test_man_second_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_test
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -4963,7 +4963,7 @@ test_man_fill_second_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fheap
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -5071,7 +5071,7 @@ test_man_fill_recursive_indirect_row(hid_t fapl, H5HF_create_t *cparam, fheap_te
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Create absolute heap */
@@ -5169,7 +5169,7 @@ test_man_start_2nd_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_t
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -5278,7 +5278,7 @@ test_man_recursive_indirect_two_deep(hid_t fapl, H5HF_create_t *cparam, fheap_te
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -5381,7 +5381,7 @@ test_man_start_3rd_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_t
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -5491,7 +5491,7 @@ test_man_fill_first_3rd_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fh
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -5602,7 +5602,7 @@ test_man_fill_3rd_recursive_indirect_row(hid_t fapl, H5HF_create_t *cparam, fhea
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -5709,7 +5709,7 @@ test_man_fill_all_3rd_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fhea
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -5817,7 +5817,7 @@ test_man_start_4th_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_t
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -5932,7 +5932,7 @@ test_man_fill_first_4th_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fh
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6052,7 +6052,7 @@ test_man_fill_4th_recursive_indirect_row(hid_t fapl, H5HF_create_t *cparam, fhea
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6164,7 +6164,7 @@ test_man_fill_all_4th_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fhea
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6279,7 +6279,7 @@ test_man_start_5th_recursive_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_t
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6413,7 +6413,7 @@ test_man_remove_bogus(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tpa
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6566,7 +6566,7 @@ test_man_remove_one(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tpara
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6607,7 +6607,7 @@ test_man_remove_one(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tpara
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6730,7 +6730,7 @@ test_man_remove_two(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tpara
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6771,7 +6771,7 @@ test_man_remove_two(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tpara
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6923,7 +6923,7 @@ test_man_remove_one_larger(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -6964,7 +6964,7 @@ test_man_remove_one_larger(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -7092,7 +7092,7 @@ test_man_remove_two_larger(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -7133,7 +7133,7 @@ test_man_remove_two_larger(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -7336,7 +7336,7 @@ test_man_remove_three_larger(hid_t fapl, H5HF_create_t *cparam, fheap_test_param
TEST_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -7377,7 +7377,7 @@ test_man_remove_three_larger(hid_t fapl, H5HF_create_t *cparam, fheap_test_param
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -13727,7 +13727,7 @@ test_filtered_huge(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tparam
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -14907,7 +14907,7 @@ test_filtered_man_root_direct(hid_t fapl, H5HF_create_t *cparam, fheap_test_para
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -15093,7 +15093,7 @@ test_filtered_man_root_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_test_pa
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -15157,7 +15157,7 @@ test_filtered_man_root_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_test_pa
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -15193,7 +15193,7 @@ test_filtered_man_root_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_test_pa
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -15230,7 +15230,7 @@ test_filtered_man_root_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_test_pa
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -15266,7 +15266,7 @@ test_filtered_man_root_indirect(hid_t fapl, H5HF_create_t *cparam, fheap_test_pa
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -15907,7 +15907,7 @@ test_write(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -15974,7 +15974,7 @@ test_write(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -16139,7 +16139,7 @@ test_bug1(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -16169,7 +16169,7 @@ test_bug1(hid_t fapl, H5HF_create_t *cparam, fheap_test_param_t *tparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f = (H5F_t *)H5I_object(file)))
+ if(NULL == (f = (H5F_t *)H5I_object_verify(file, H5I_FILE)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */