summaryrefslogtreecommitdiff
path: root/usr/src/test/util-tests/tests/ctf/check-array.c
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2019-04-11 14:03:27 +0000
committerJohn Levon <john.levon@joyent.com>2019-04-17 15:30:57 +0000
commitadeaa2b6918d69fe48c140f0ca1779a3275f195f (patch)
tree1a9626d7f66045f456765f3efcd83e29a84ebcff /usr/src/test/util-tests/tests/ctf/check-array.c
parent6dec4a05385ed1b5f25175e319c87f8e96dd992f (diff)
downloadillumos-joyent-adeaa2b6918d69fe48c140f0ca1779a3275f195f.tar.gz
OS-7689 ctfdump -c goes off the rails with a missing parent
OS-7694 ctfdump -c drops last type OS-7700 GCC7-derived CTF can double qualifiers on arrays OS-7733 should ignore DW_TAG_subprogram with DW_AT_declaration tags Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src/test/util-tests/tests/ctf/check-array.c')
-rw-r--r--usr/src/test/util-tests/tests/ctf/check-array.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/test/util-tests/tests/ctf/check-array.c b/usr/src/test/util-tests/tests/ctf/check-array.c
index c694726a3f..be7a192480 100644
--- a/usr/src/test/util-tests/tests/ctf/check-array.c
+++ b/usr/src/test/util-tests/tests/ctf/check-array.c
@@ -10,7 +10,7 @@
*/
/*
- * Copyright (c) 2019, Joyent, Inc.
+ * Copyright 2019, Joyent, Inc.
*/
/*
@@ -105,7 +105,7 @@ main(int argc, char *argv[])
ret = EXIT_FAILURE;
for (d = 0; descents[d].cdt_sym != NULL; d++) {
if (!ctftest_check_descent(descents[d].cdt_sym, fp,
- descents[d].cdt_tests)) {
+ descents[d].cdt_tests, B_FALSE)) {
ret = EXIT_FAILURE;
}
}