Commit e0710289 by David Malcolm Committed by David Malcolm

PR jit/66539: Properly add testcase

gcc/testsuite/ChangeLog:
	PR jit/66539
	* jit.dg/all-non-failing-tests.h: Add test-debug-strings.c
	to "testcases" array.

From-SVN: r224535
parent 7599760d
2015-06-16 David Malcolm <dmalcolm@redhat.com> 2015-06-16 David Malcolm <dmalcolm@redhat.com>
PR jit/66539 PR jit/66539
* jit.dg/all-non-failing-tests.h: Add test-debug-strings.c
to "testcases" array.
2015-06-16 David Malcolm <dmalcolm@redhat.com>
PR jit/66539
* jit.dg/all-non-failing-tests.h: Add test-debug-strings.c. * jit.dg/all-non-failing-tests.h: Add test-debug-strings.c.
* jit.dg/test-debug-strings.c: New test case. * jit.dg/test-debug-strings.c: New test case.
* jit.dg/test-quadratic.c (make_calc_discriminant): Verify that * jit.dg/test-quadratic.c (make_calc_discriminant): Verify that
......
...@@ -222,6 +222,9 @@ const struct testcase testcases[] = { ...@@ -222,6 +222,9 @@ const struct testcase testcases[] = {
{"constants", {"constants",
create_code_constants, create_code_constants,
verify_code_constants}, verify_code_constants},
{"debug_strings",
create_code_debug_strings,
verify_code_debug_strings},
{"dot_product", {"dot_product",
create_code_dot_product, create_code_dot_product,
verify_code_dot_product}, verify_code_dot_product},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment