X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/096fa8e21328847a10e7414bbc24ace55be0907a..b6bea2cfd080c66a11074dd47484711482a2907a:/stdlib_tests/vv_test.py diff --git a/stdlib_tests/vv_test.py b/stdlib_tests/vv_test.py index 6cfa0bd..045f81c 100755 --- a/stdlib_tests/vv_test.py +++ b/stdlib_tests/vv_test.py @@ -29,6 +29,28 @@ tests = [ ['2004_memcpy', '', '34:\t+42\n35:\t+42\n'], ['2005_memcmp', '', '+1'], ['2006_memsrch', '', '+32'], + ['2007_memrand', '', ''], + ['3001_not', '', '-1+0-6148914691236517206+6148914691236517205'], + ['3002_lshift', '', '+1+2+4611686018427387904-9223372036854775808-9223372036854775808+0'], + ['3003_rshift', '', '+1+1+1-4611686018427387903-576460752303423478-1-1'], + ['3004_and', '', '+0+0+1+1+42'], + ['3005_or', '', '+0+1+1-1-1'], + ['3006_xor', '', '+0+1+0-2-1'], + ['4001_strlen', '', '+11'], + ['4002_isdigit', '', '+0+1+1+0'], + ['5001_abs', '', '+1+1+0+0'], + ['5002_random', '', ''], + ['5003_gcd', '', '+0+4+4+3+3+3'], + ['6001_printstackstring', '', 'test'], + ['6002_printheapstring', '', 'test'], + ['6003_printnumbersign', '', '+-'], + ['6004_printnumbermagnitude', '', '323209223372036854775808'], + ['6005_printstacknumber', '', '+32-32+0-9223372036854775808'], + ['6006_printf_staticstackstring', '', 'test'], + ['6007_printf_staticheapstring', '', 'test'], + ['6008_printf_escapedstackstring', '', '\\%\t\n'], + ['6009_printf_substitutedstackstring', '', 'Atest142+42'], + ['7001_atoi', '', '+42+42-42+0+0+0'], ] for test in tests: