1 Upstream-Status: Inappropriate [debian patch]
3 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
5 From e52bfcdbaca5dce498678d8f512381e3e39a4066 Mon Sep 17 00:00:00 2001
6 From: Rob Browning <rlb@defaultvalue.org>
7 Date: Sun, 18 Mar 2012 11:40:55 -0500
8 Subject: Mark "Unused modules are removed" gc test as unresolved.
10 As per discussion with upstream, mark this test as unresolved since it
11 may produce false negatives, depending on the behavior/timing of the
14 test-suite/tests/gc.test | 11 ++++++-----
15 1 files changed, 6 insertions(+), 5 deletions(-)
17 diff --git a/test-suite/tests/gc.test b/test-suite/tests/gc.test
18 index a969752..8c8e13e 100644
19 --- a/test-suite/tests/gc.test
20 +++ b/test-suite/tests/gc.test
22 ;; one gc round. not sure why.
30 + (or (= (let lp ((i 0))
35 + (throw 'unresolved)))))
38 (pass-if "Lexical vars are collectable"