Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: testsuite/tcg/nv/Tspi_NV_DefineSpace04.c

Issue 1315006: The DefineSpace04 test currently fails because this test is expecting that it will (Closed)
Patch Set: A bit of cleanup. Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testsuite/tcg/nv/Tspi_NV_DefineSpace04.c
diff --git a/testsuite/tcg/nv/Tspi_NV_DefineSpace04.c b/testsuite/tcg/nv/Tspi_NV_DefineSpace04.c
index 4ac756d633a555054df74e695c4c01f2c407b15f..c2b87c311cac659449c20b62dc94891bc675d9c1 100644
--- a/testsuite/tcg/nv/Tspi_NV_DefineSpace04.c
+++ b/testsuite/tcg/nv/Tspi_NV_DefineSpace04.c
@@ -207,6 +207,10 @@ main_v1_2(char version)
else{
print_error("Tspi_NV_DefineSpace", result);
print_end_test(nameOfFunction);
+ #ifdef CLEAR_TEST_INDEX
+ if ( result == TSS_SUCCESS )
+ Tspi_NV_ReleaseSpace(hNVStore);
+ #endif
Tspi_Context_FreeMemory(hContext, NULL);
Tspi_Context_Close(hContext);
if ( result == TSS_SUCCESS )
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698