Globus Toolkit  6.0.1610491877
Test List
Global list_test (void)
Search for the second item in a list with globus_list_search_pred()
Global module_test (void)

Deactivate a non-activated module with globus_module_deactivate()

Use globus_module_setenv() to set a module_environment variable. Then, use globus_module_getenv() to check its value

Global globus_memory_test (void)
Create a globus_memory_t with globus_memory_init(), pop a whole lot of memory off of it, dump the initial set of memory, and then push the nodes back.
Global list_test (void)

Verify that the list is empty with globus_list_empty()

Remove the first item in the list with globus_list_remove()

Remove the first item in the list with globus_list_remove()

Remove the first item in the list with globus_list_remove()

Remove the second item in the list with globus_list_remove()

Search for the second item in the list with globus_list_search()

Search for the first item in a list with globus_list_search_pred()

Search for the third item in a list with globus_list_search_pred()

Global module_test (void)
Activate GLOBUS_COMMON_MODULE with globus_module_activate()
Global list_test (void)

Search for the fourth item in a list with globus_list_search_pred()

Use globus_list_first() to return the datum from the returned list node. Verify that the search result matches the value searched for.

Search for the second item in a list with globus_list_search()

Use globus_list_first() to return the datum from the returned list node. Verify that the search result matches the value searched for.

Search for the fourth item in a list with globus_list_search()

Use globus_list_first() to return the datum from the returned list node. Verify that the search result matches the value searched for.

Search for the third item in a list with globus_list_search()

Use globus_list_first() to return the datum from the returned list node. Verify that the search result matches the value searched for.

Search for the first item in a list with globus_list_search()

Verify that the size of the list is now 4 with globus_list_size()

Global module_test (void)
Reactivate module1 with globus_module_activate()
File gssapi_inquire_sec_ctx_by_oid_test.c
The gssapi-inquire-sec-ctx-by-oid-test does a GSSAPI handshake and then verifies that gss_inquire_sec_context_by_oid() can extract the peer certificate chain from both the initiating and accepting sides.
Global uuid_bad_import_test (void)
Try to import a string which is not formatted as a UUID
Global uuid_fields_test (void)
Create a globus_uuid_t with globus_uuid_create(), then get its fields twice and compare the two
Global uuid_import_test (void)
Create a globus_uuid_t with globus_uuid_create(), import its text representation into a new uuid with globus_uuid_import(), and compare the two with GLOBUS_UUID_MATCH()
Global uuid_is_unique_test (void)
Create a pair of uuids with globus_uuid_create() and verify that they are different
Global timedwait_test (void)

Call globus_cond_signal() before calling globus_cond_timedwait()

Call globus_cond_signal() after globus_cond_timedwait() timeout

Call globus_cond_signal() before globus_cond_timedwait() timeout

Global thread_test (int np, int nc, int ni)
The thread_test creates a p producer threads and c consumer threads, and then has the producers (combined) create n pieces of data to be consumed by the consumer threads.
Global globus_off_t_test (void)

Check that GLOBUS_OFF_T_FORMAT can handle a INT64_MAX valued globus_off_t.

Check that globus_off_t is at least 64 bits long

Global list_test (void)
Insert x4 into a list with globus_list_insert()
Global module_test (void)

Deactivate an active module with globus_module_deactivate()

Deactivate an active module with globus_module_deactivate()

Deactivate an already deactivated module with globus_module_deactivate(). This should not change activate state.

Deactivate an already active module with globus_module_deactivate(). All modules should remain active except module1.

Activate an already active module with globus_module_activate()

Deactivate an already active module with globus_module_deactivate(). It should remain active.

Activate an already active module with globus_module_activate()

Activate an already active module with globus_module_activate()

Activate a module with globus_module_activate()

Get a module pointer with globus_module_get_module_pointer()

Global test_globus_url (void)

Parse an absolute file URL with several leading /s

URL failure with bad ftp port

URL failure with bad ftp port

URL failure with bad ftp path

URL failure with bad ldap URL

URL failure with bad ldap attributes

Parse a URL with a non-standard URL scheme

Parse an ldap URL

Parse an ldap URL

Parse an x-nexus URL

Parse an ftp url with username, password, host, path

Parse an absolute file url with only one / after the initial :

URL failure with bad nexus host

Parse an absolute file URL with a host component

Parse an absolute file URL with a host component

Parse and absolute file URL

Parse a well-formed HTTP URL containing scheme, host, and partially hex-encoded path with globus_url_parse()

Parse well-formed HTTP URL containing scheme and host with globus_url_parse()

Parse well-formed FTP URL containing scheme, username, hex-encoded password, host, and path with globus_url_parse()

Parse well-formed FTP URL containing scheme, host, and path with globus_url_parse()

Global hash_test (void)
Insert datum 123 into hashtable with globus_hashtable_insert()
Global list_test (void)

Insert x3 into a list with globus_list_insert()

Verify that globus_list_size() returns 2 after adding two data items to a list.

Add a datum to a globus_list_t with globus_list_cons()

Insert a datum into a globus_list_t with globus_list_insert()

Call globus_list_size() with an empty list

Global hash_test (void)

Destroy hashtable with globus_hashtable_destroy()

Remove datum 456 from hashtable with globus_hashtable_remove()

Remove datum 222 from hashtable with globus_hashtable_remove()

Insert datum 222 into hashtable with globus_hashtable_insert()

Insert datum 111 into hashtable with globus_hashtable_insert()

Insert datum 456 into hashtable with globus_hashtable_insert()

Global fifo_test (void)
Test to exercise globus_fifo_t implementation
Global hash_test (void)
Initialize hashtable with globus_hashtable_init()
Global test_globus_url (void)

URL failure with bad scheme

URL failure with bad scheme

URL failure with bad ftp scheme

URL failure with bad file path

URL failure with bad file path

URL failure with bad ftp user

URL failure with bad ftp user

URL failure with bad ftp user

URL failure with bad nexus host