Changes between Initial Version and Version 5 of Ticket #457

Show
Ignore:
Timestamp:
09/21/10 01:55:44 (11 years ago)
Author:
jkeenan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #457

    • Property cc jkeen@… added
    • Property keywords testing added
    • Property summary changed from t/pmc/os.t has invalid stat() and lstat() tests. to t/dynpmc/os.t has invalid stat() and lstat() tests.
    • Property patch changed from to applied
  • Ticket #457 – description

    initial v5  
    33{{{ Its value may be used as input to the ustat() function  to determine  more  information about this file system. No other meaning is associated with this value. }}} 
    44 
    5 The fix is "simple":  t/pmc/os.t should only compare the last 12 entries returned by stat, not all 13.  Alas, I don't know how to do that in PIR. 
     5The fix is "simple":  t/dynpmc/os.t should only compare the last 12 entries returned by stat, not all 13.  Alas, I don't know how to do that in PIR. 
    66 
    77This problem is not necessarily specific to Solaris, though that's the platform where a mix of models is most likely to be encountered. 
    88 
    99If no one has the time to fix the tests, they should probably be skipped.  Currently, it can result in spurious passing TODOs if perl and parrot happen to have been compiled in the same mode. 
     10 
     11'''UPDATE''': Updated description 2010-09-20 to reflect movement of file from ''t/pmc/'' to ''t/dynpmc''.