mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-05-03 13:29:35 +00:00
enable tests that somebody thought it was a good idea to permanently disable.
This commit is contained in:
parent
5557e53f23
commit
6ae8564fbd
@ -39,6 +39,8 @@ set(STACK_DETAILS_DW FALSE CACHE BOOL
|
|||||||
set(STACK_DETAILS_BFD FALSE CACHE BOOL
|
set(STACK_DETAILS_BFD FALSE CACHE BOOL
|
||||||
"Use libbfd to read debug info")
|
"Use libbfd to read debug info")
|
||||||
|
|
||||||
|
set(BACKWARD_TESTS FALSE CACHE BOOL "Enable tests")
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# CONFIGS
|
# CONFIGS
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -1882,7 +1882,6 @@ public:
|
|||||||
SIGUNUSED, // Synonymous with SIGSYS
|
SIGUNUSED, // Synonymous with SIGSYS
|
||||||
SIGXCPU, // CPU time limit exceeded (4.2BSD)
|
SIGXCPU, // CPU time limit exceeded (4.2BSD)
|
||||||
SIGXFSZ, // File size limit exceeded (4.2BSD)
|
SIGXFSZ, // File size limit exceeded (4.2BSD)
|
||||||
|
|
||||||
};
|
};
|
||||||
return std::vector<int>(posix_signals, posix_signals + sizeof posix_signals / sizeof posix_signals[0] );
|
return std::vector<int>(posix_signals, posix_signals + sizeof posix_signals / sizeof posix_signals[0] );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user