aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/jit.dg/all-non-failing-tests.h3
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 66101a9..260f1a6 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,6 +1,12 @@
2015-06-16 David Malcolm <dmalcolm@redhat.com>
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/test-debug-strings.c: New test case.
* jit.dg/test-quadratic.c (make_calc_discriminant): Verify that
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},