1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: Use-case test of stacktrace extension needs debugging - disabled
Author: Michael Tautschnig <mt@debian.org>
Bug-Debian: https://bugs.debian.org/812262
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- diagnostics-0.3.3.orig/diagnostics/extensions/stacktrace/Makefile.am
+++ diagnostics-0.3.3/diagnostics/extensions/stacktrace/Makefile.am
@@ -18,9 +18,8 @@ noinst_LTLIBRARIES = libstacktrace.la
libstacktrace_la_SOURCES = posix.cpp posix_descriptor.cpp posix_error.cpp posix_error_string.cpp posix_pipe.cpp posix_process.cpp traceback_addr2line.cpp traceback_handler.cpp traceback_resolve.cpp traceback_walk.cpp
include_diagnostics_extensions_stacktracedir = $(includedir)/diagnostics/extensions/stacktrace
include_diagnostics_extensions_stacktrace_HEADERS = descriptor.hpp error.hpp frame_visitor.hpp handler.hpp namespace.hpp posix.hpp process.hpp raw_process.hpp signal.hpp
-check_PROGRAMS = stacktrace use_case
-TESTS = stacktrace use_case
-XFAIL_TESTS = use_case
+check_PROGRAMS = stacktrace
+TESTS = stacktrace
stacktrace_SOURCES = stacktrace.t.cpp
# add additional objects required to build stacktrace here, like
|