diff options
author | David Terei <davidterei@gmail.com> | 2011-07-20 11:09:03 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-07-20 11:26:35 -0700 |
commit | 16514f272fb42af6e9c7674a9bd6c9dce369231f (patch) | |
tree | e4f332b45fe65e2a7a2451be5674f887b42bf199 /testsuite/tests/lib/Numeric/num005.stdout-x86_64-unknown-openbsd | |
parent | ebd422aed41048476aa61dd4c520d43becd78682 (diff) | |
download | haskell-16514f272fb42af6e9c7674a9bd6c9dce369231f.tar.gz |
Move tests from tests/ghc-regress/* to just tests/*
Diffstat (limited to 'testsuite/tests/lib/Numeric/num005.stdout-x86_64-unknown-openbsd')
-rw-r--r-- | testsuite/tests/lib/Numeric/num005.stdout-x86_64-unknown-openbsd | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/testsuite/tests/lib/Numeric/num005.stdout-x86_64-unknown-openbsd b/testsuite/tests/lib/Numeric/num005.stdout-x86_64-unknown-openbsd new file mode 100644 index 0000000000..35678af82f --- /dev/null +++ b/testsuite/tests/lib/Numeric/num005.stdout-x86_64-unknown-openbsd @@ -0,0 +1,55 @@ + +(readDec::ReadS Integer) 3489348394032498320438240938403 = [(3489348394032498320438240938403,"")] +(readDec::ReadS Integer) 0 = [(0,"")] +(readDec::ReadS Integer) -1 = [] +(readDec::ReadS Integer) 1 = [(1,"")] +(readDec::ReadS Integer) 34323 = [(34323,"")] +(readDec::ReadS Integer) 2L = [(2,"L")] +(readDec::ReadS Integer) 012 = [(12,"")] +(readDec::ReadS Integer) 0x23 = [(0,"x23")] +(readDec::ReadS Integer) 3243ab = [(3243,"ab")] +(readDec::ReadS Int) 3489348394032498320438240938403 = [(8154046292665502115,"")] +(readDec::ReadS Int) 0 = [(0,"")] +(readDec::ReadS Int) -1 = [] +(readDec::ReadS Int) 1 = [(1,"")] +(readDec::ReadS Int) 34323 = [(34323,"")] +(readDec::ReadS Int) 2L = [(2,"L")] +(readDec::ReadS Int) 012 = [(12,"")] +(readDec::ReadS Int) 0x23 = [(0,"x23")] +(readDec::ReadS Int) 3243ab = [(3243,"ab")] +(readOct::ReadS Integer) 3489348394032498320438240938403 = [(28,"89348394032498320438240938403")] +(readOct::ReadS Integer) 0 = [(0,"")] +(readOct::ReadS Integer) -1 = [] +(readOct::ReadS Integer) 1 = [(1,"")] +(readOct::ReadS Integer) 34323 = [(14547,"")] +(readOct::ReadS Integer) 2L = [(2,"L")] +(readOct::ReadS Integer) 012 = [(10,"")] +(readOct::ReadS Integer) 0x23 = [(0,"x23")] +(readOct::ReadS Integer) 3243ab = [(1699,"ab")] +(readOct::ReadS Int) 3489348394032498320438240938403 = [(28,"89348394032498320438240938403")] +(readOct::ReadS Int) 0 = [(0,"")] +(readOct::ReadS Int) -1 = [] +(readOct::ReadS Int) 1 = [(1,"")] +(readOct::ReadS Int) 34323 = [(14547,"")] +(readOct::ReadS Int) 2L = [(2,"L")] +(readOct::ReadS Int) 012 = [(10,"")] +(readOct::ReadS Int) 0x23 = [(0,"x23")] +(readOct::ReadS Int) 3243ab = [(1699,"ab")] +(readHex::ReadS Integer) 3489348394032498320438240938403 = [(4364516597526947317207336190131536899,"")] +(readHex::ReadS Integer) 0 = [(0,"")] +(readHex::ReadS Integer) -1 = [] +(readHex::ReadS Integer) 1 = [(1,"")] +(readHex::ReadS Integer) 34323 = [(213795,"")] +(readHex::ReadS Integer) 2L = [(2,"L")] +(readHex::ReadS Integer) 012 = [(18,"")] +(readHex::ReadS Integer) 0x23 = [(0,"x23")] +(readHex::ReadS Integer) 3243ab = [(3294123,"")] +(readHex::ReadS Int) 3489348394032498320438240938403 = [(-8998117828778032125,"")] +(readHex::ReadS Int) 0 = [(0,"")] +(readHex::ReadS Int) -1 = [] +(readHex::ReadS Int) 1 = [(1,"")] +(readHex::ReadS Int) 34323 = [(213795,"")] +(readHex::ReadS Int) 2L = [(2,"L")] +(readHex::ReadS Int) 012 = [(18,"")] +(readHex::ReadS Int) 0x23 = [(0,"x23")] +(readHex::ReadS Int) 3243ab = [(3294123,"")] |