quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test1063 (643B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FILE
      5 Range
      6 FAILURE
      7 </keywords>
      8 </info>
      9 
     10 # Server-side
     11 <reply>
     12 </reply>
     13 
     14 # Client-side
     15 <client>
     16 <server>
     17 none
     18 </server>
     19 <features>
     20 file
     21 Largefile
     22 </features>
     23 <name>
     24 Invalid large X- range on a file://
     25 </name>
     26 # This range value is 2**32+7, which will be truncated to the valid value 7
     27 # if the large file support is not working correctly
     28 <command>
     29 -r 4294967303- file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
     30 </command>
     31 <file name="%LOGDIR/test%TESTNUMBER.txt">
     32 1234567890
     33 1234567890
     34 </file>
     35 </client>
     36 
     37 # Verify data after the test has been "shot"
     38 <verify>
     39 <errorcode>
     40 36
     41 </errorcode>
     42 </verify>
     43 </testcase>