From 13b4147fc5cf9ca9dfc81909a9b9e55cb8bf1a60 Mon Sep 17 00:00:00 2001 From: Bruno BARBIER Date: Sat, 1 Apr 2023 10:00:30 +0200 Subject: [PATCH 08/13] * testing/lisp/test-ob-haskell-ghci.el: Cleanup comments --- testing/lisp/test-ob-haskell-ghci.el | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/testing/lisp/test-ob-haskell-ghci.el b/testing/lisp/test-ob-haskell-ghci.el index 54705852f..b452a55dd 100644 --- a/testing/lisp/test-ob-haskell-ghci.el +++ b/testing/lisp/test-ob-haskell-ghci.el @@ -24,24 +24,6 @@ ;; ;; - https://orgmode.org/worg/org-contrib/babel/languages/lang-compat.html ;; - GHCi manual: https://downloads.haskell.org/ghc/latest/docs/users_guide/ghci.html -;;;; FIXME: Random failures -;; -;; To increase the chances of failure when running tests, you can use this command line: -;; -;; (for I in 0 1 2 3 4 5 6 7 8 9 10 0 1 2 3 4 5 6 7 8 9 10 0 1 2 3 4 5 6 7 8 9 10; do make 'BTEST_OB_LANGUAGES=haskell' BTEST_RE='haskell' test-dirty & done) 2>&1 | grep FAILED -;; - -;;;; Status -;; -;; All the tests should succeed (except for random failures); those -;; flagged with ":expected-result :failed" are known -;; limitations/bugs. Tested with (2023-03-18): -;; -;; | emacs-version | 29.0.60 | -;; | org-version | main@4cad6c8ea (Mar 16 2023) | -;; | haskell-mode | master@20d4e23 (Mar 4 2023) | -;; | ghci | 9.0.2 | - ;;; Code: ;; -- 2.39.3