Created
June 11, 2009 16:53
-
-
Save rtyler/128052 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <gtester> | |
| <testbinary path="test_libecc"> | |
| <binary file="test_libecc"/> | |
| <random-seed>R02S294d997074e0c2ed176651cbede1297b</random-seed> | |
| <testcase path="/libecc/ecc_new_keypair"> | |
| <duration>0.000019</duration> | |
| <status exit-status="0" n-forks="0" result="success"/> | |
| </testcase> | |
| <testcase path="/libecc/ecc_new_data"> | |
| <duration>0.000020</duration> | |
| <status exit-status="0" n-forks="0" result="success"/> | |
| </testcase> | |
| <testcase path="/libecc/ecc_new_options"> | |
| <duration>0.000019</duration> | |
| <status exit-status="0" n-forks="0" result="success"/> | |
| </testcase> | |
| <testcase path="/libecc/ecc_verify/default"> | |
| <duration>0.010166</duration> | |
| <status exit-status="0" n-forks="0" result="success"/> | |
| </testcase> | |
| <testcase path="/libecc/ecc_verify/null_keypair"> | |
| <duration>0.000085</duration> | |
| <status exit-status="0" n-forks="0" result="success"/> | |
| </testcase> | |
| <testcase path="/libecc/ecc_verify/null_data"> | |
| <duration>0.000071</duration> | |
| <status exit-status="0" n-forks="0" result="success"/> | |
| </testcase> | |
| <testcase path="/libecc/ecc_verify/null_sig"> | |
| <duration>0.000080</duration> | |
| <status exit-status="0" n-forks="0" result="success"/> | |
| </testcase> | |
| <testcase path="/libecc/ecc_sign/default"> | |
| <error>ERROR:test_libecc.c:144:__test_sign: assertion failed: (result->data == DEFAULT_SIG)</error> | |
| <duration>0.000000</duration> | |
| <status exit-status="-256" n-forks="0" result="failed"/> | |
| </testcase> | |
| <duration>0.016696</duration> | |
| </testbinary> | |
| <testbinary path="test_libecc"> | |
| <binary file="test_libecc"/> | |
| <random-seed>R02S030d8ccad0ef795d513ebcd1049d626b</random-seed> | |
| <testcase path="/libecc/ecc_new_keypair" skipped="1"/> | |
| <testcase path="/libecc/ecc_new_data" skipped="1"/> | |
| <testcase path="/libecc/ecc_new_options" skipped="1"/> | |
| <testcase path="/libecc/ecc_verify/default" skipped="1"/> | |
| <testcase path="/libecc/ecc_verify/null_keypair" skipped="1"/> | |
| <testcase path="/libecc/ecc_verify/null_data" skipped="1"/> | |
| <testcase path="/libecc/ecc_verify/null_sig" skipped="1"/> | |
| <testcase path="/libecc/ecc_sign/default" skipped="1"/> | |
| <duration>0.002247</duration> | |
| </testbinary> | |
| </gtester> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment