From df74529d21a2aec92f2468eace09dc182a1cd319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Wed, 21 Dec 2016 07:53:14 +0100 Subject: [PATCH] mixed tests: add bug reference --- src/tests/normal-tests/mixed.lsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/normal-tests/mixed.lsp b/src/tests/normal-tests/mixed.lsp index b800b3b16..4792cad89 100644 --- a/src/tests/normal-tests/mixed.lsp +++ b/src/tests/normal-tests/mixed.lsp @@ -205,6 +205,7 @@ ;;; operation (atan 0.0 0.0). ;;; ;;; Bug: https://gitlab.com/embeddable-common-lisp/ecl/issues/329 +;;; Bug: https://gitlab.com/embeddable-common-lisp/ecl/issues/317 (test mix.0012.atan-signed-zero (finishes (atan 1.0 -0.0)) (signals floating-point-invalid-operation (atan -0.0 -0.0))