Skip 'test-stack-overflow' that crashes when using QEMU transparent emulation.
--- a/test-suite/standalone/Makefile.in 1970-01-01 01:00:01.000000000 +0100
+++ b/test-suite/standalone/Makefile.in 2021-01-11 10:59:31.606269449 +0100
@@ -102,8 +102,7 @@
test-scm-to-latin1-string$(EXEEXT) test-scm-values$(EXEEXT) \
test-scm-c-bind-keyword-arguments$(EXEEXT) \
test-srfi-4$(EXEEXT) $(am__append_6) $(am__EXEEXT_1) \
- test-smob-mark$(EXEEXT) test-smob-mark-race$(EXEEXT) \
- test-stack-overflow
+ test-smob-mark$(EXEEXT) test-smob-mark-race$(EXEEXT)
check_PROGRAMS = test-num2integral$(EXEEXT) test-round$(EXEEXT) \
test-foreign-object-c$(EXEEXT) test-list$(EXEEXT) \
test-unwind$(EXEEXT) test-conversion$(EXEEXT) \
@@ -1938,7 +1937,7 @@
test-command-line-encoding test-command-line-encoding2 \
test-language test-guild-compile $(am__append_3) \
test-foreign-object-scm test-fast-slot-ref test-mb-regexp \
- test-use-srfi $(am__append_5) test-stack-overflow
+ test-use-srfi $(am__append_5)
BUILT_SOURCES = $(am__append_2)
EXTRA_DIST = test-import-order-a.scm test-import-order-b.scm \
test-import-order-c.scm test-import-order-d.scm \
>refslogtreecommitdiff
|
Age | Commit message (Expand) | Author |
2021-07-23 | gnu: ncurses: Update to 6.2.20210619....* gnu/packages/ncurses.scm (ncurses)[version]: Set to 6.2.20210619.
[source](uri): Adjust accordingly.
[arguments]: Remove trailing #t's. Rewrite apply-rollup-patch phase to work
in the absence of the patch. Run the phase.
[native-inputs]: Add "rollup-patch".
| Marius Bakke |
2021-06-08 | gnu: dialog: Fix the license....* gnu/packages/ncurses.scm (dialog)[license]: Remove erroneously
included GPL3.
| Leo Famulari |
2020-12-28 | gnu: dialog: Enable tests....* gnu/packages/ncurses.scm (dialog)[arguments]: Don't disable tests.
| Efraim Flashner |
2020-12-28 | gnu: dialog: Update to 1.3-20201126....* gnu/packages/ncurses.scm (dialog): Update to 1.3-20201126.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vincent Legoll |