This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH, committed] PR jit/66539: Properly add testcase
- From: David Malcolm <dmalcolm at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, jit at gcc dot gnu dot org
- Cc: David Malcolm <dmalcolm at redhat dot com>
- Date: Tue, 16 Jun 2015 16:00:51 -0400
- Subject: [PATCH, committed] PR jit/66539: Properly add testcase
- Authentication-results: sourceware.org; auth=none
This hunk was omitted from r224531.
Tested with "make check-jit"; takes jit.sum from 7699
to 7829 passes.
Committed to trunk as r224535.
gcc/testsuite/ChangeLog:
PR jit/66539
* jit.dg/all-non-failing-tests.h: Add test-debug-strings.c
to "testcases" array.
---
gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gcc/testsuite/jit.dg/all-non-failing-tests.h b/gcc/testsuite/jit.dg/all-non-failing-tests.h
index f0000cc..2ac56f2 100644
--- a/gcc/testsuite/jit.dg/all-non-failing-tests.h
+++ b/gcc/testsuite/jit.dg/all-non-failing-tests.h
@@ -222,6 +222,9 @@ const struct testcase testcases[] = {
{"constants",
create_code_constants,
verify_code_constants},
+ {"debug_strings",
+ create_code_debug_strings,
+ verify_code_debug_strings},
{"dot_product",
create_code_dot_product,
verify_code_dot_product},
--
1.8.5.3