diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-23 02:34:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-23 02:34:08 +0000 |
commit | 486ecce9b8601814beae1a84aa49377f4cf48ee9 (patch) | |
tree | 8bdcca3ef69ac84dc3fdd041e5ff7df76951400f /guile-threadstest.patch | |
parent | ec6d413581c6ad0927c65836f255e8d19985d844 (diff) |
automatic import of guileopeneuler24.03_LTS
Diffstat (limited to 'guile-threadstest.patch')
-rw-r--r-- | guile-threadstest.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/guile-threadstest.patch b/guile-threadstest.patch new file mode 100644 index 0000000..9699601 --- /dev/null +++ b/guile-threadstest.patch @@ -0,0 +1,12 @@ +diff --git a/test-suite/tests/threads.test b/test-suite/tests/threads.test +index efdf36d..ff5ba2d 100644 +--- a/test-suite/tests/threads.test ++++ b/test-suite/tests/threads.test +@@ -382,6 +382,7 @@ + + (pass-if "mutex with owner not retained (bug #27450)" + (let ((g (make-guardian))) ++ (throw 'unresolved) + (g (let ((m (make-mutex))) (lock-mutex m) m)) + + ;; Avoid false references to M on the stack. |