From 80b10244d5b8aaf0a865509fe4673709f80c86e1 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 20 Nov 2002 08:56:14 -0500 Subject: [svn-r6118] *** empty log message *** --- doc/html/TechNotes/TestReview.html | 57 +++++++++++ doc/html/TechNotes/TestReview/H5Dget_offset.html | 124 +++++++++++++++++++++++ 2 files changed, 181 insertions(+) create mode 100644 doc/html/TechNotes/TestReview.html create mode 100644 doc/html/TechNotes/TestReview/H5Dget_offset.html diff --git a/doc/html/TechNotes/TestReview.html b/doc/html/TechNotes/TestReview.html new file mode 100644 index 0000000..410f662 --- /dev/null +++ b/doc/html/TechNotes/TestReview.html @@ -0,0 +1,57 @@ + + + + State of API Test Review for HDF5 + + + + + + +

State of API Testing Review for HDF5

+ +
    + +
  1. Purpose:

    +

    This document describes the current state of the API test review. Currently, +the tests for each API function are being reviewed on an individual basis and +each API's tests are being described and improvements made. +

    + +
  2. APIs Reviewed:

    + + + + + + + + + + + + + + + + + + + + +
    API FunctionDate Last ReviewedStatus
    H5Dget_offset +Tuesday, November 11th, 2002 +Tests need to be updated +
    H5Tget_native_type +Tuesday, November 11th, 2002 +Tests need to be updated +
    + + +
+ + + diff --git a/doc/html/TechNotes/TestReview/H5Dget_offset.html b/doc/html/TechNotes/TestReview/H5Dget_offset.html new file mode 100644 index 0000000..6c53a3d --- /dev/null +++ b/doc/html/TechNotes/TestReview/H5Dget_offset.html @@ -0,0 +1,124 @@ + + + + H5Dget_offset Test Review + + + + + + +

H5Dget_offset Test Review

+ +
    + +
  1. Purpose:

    +

    This document describes the API test review results for H5Dget_offset(). +

    + +
  2. Serial Review:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Test case +Test file +Expected test results +Notes +
    Chunked dataset +dsets.c +FAIL +
    Compact dataset +dsets.c +FAIL +
    Contiguous dataset, [user block size] == 0, not external +dsets.c +

    Succeed in getting the proper address and be able to verify +that the data at that address in the file is what was written out. +

    +

    When data storage allocation is "late" (the default), querying the offset +should fail.

    +
    Needs additional test to verify that the data written out is located at the +correct offset in the file. +
    Contiguous dataset, [user block size] != 0, not external +dsets.c +

    Succeed in getting the proper address and be able to verify +that the data at that address in the file is what was written out. +

    +

    When data storage allocation is "late" (the default), querying the offset +should fail.

    +
    Needs test for this case. +
    Contiguous dataset, [user block size] == 0, external data storage +external.c +FAIL +
    + +
  3. Parallel Review:

    +

    The H5Dget_offset() function is not tested in parallel. Currently, there +does not appear to be a need for this. +

    + + +
+ + + + -- cgit v0.12