From 2ea3b94ee2519e01a3e1658909afeb33e7e9ebe2 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 9 May 2009 03:53:41 +0000 Subject: Organized disabled directory so it works with p... Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files. --- test/files/run/bitsets.check | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 test/files/run/bitsets.check (limited to 'test/files/run/bitsets.check') diff --git a/test/files/run/bitsets.check b/test/files/run/bitsets.check new file mode 100644 index 0000000000..388535dcf5 --- /dev/null +++ b/test/files/run/bitsets.check @@ -0,0 +1,33 @@ +ms0 = Set(2) +ms1 = Set(2) +ms2 = Set(2) +mb0 = false +mb1 = true +mb2 = false +xs0 = List(2) +xs1 = List(2) +xs2 = List(2) +ma0 = List(2) +ma1 = List(2) +ma2 = List(2) +mi0 = Set(2) +mi1 = Set(2) +mi2 = Set(2) + +is0 = Set() +is1 = Set() +is2 = Set(2) +is3 = Set() +ib0 = false +ib1 = false +ib2 = true +ib3 = false +ys0 = List() +ys1 = List() +ys2 = List(2) +ys3 = List() +ia0 = List() +ia1 = List() +ia2 = List(2) +ia3 = List() + -- cgit v1.2.3