Changeset 21172

Show
Ignore:
Timestamp:
07/03/08 13:20:56 (5 months ago)
Author:
moritz
Message:

[t/TASKS] add todo for junction tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/TASKS

    r21170 r21172  
    2424* test that '@array, *' repeats the final element infinitely 
    2525* tests for other range edgecases 
     26* Junction tests need fixing. See below. 
    2627 
    2728S12 
     
    4849  as ARRAY(0x8832e28). This might be a bit tricky because we either have to 
    4950  capture stdout, or open a pipe to a second script. 
     51 
     52Junction tests 
     53 Quite some tests in t/junction relay on $junction.values to return the values 
     54 in a particular order. That's bad, because it doesn't seem to be specced (and 
     55 with good reason IMHO). 
     56 For example t/junction/associative.t uses $junction.values to to compare 
     57 junctions. An intermediate workaround is to use $junction.values.sort, but 
     58 what we *really* should have is a sub that tests for junction identity. 
     59 That could be an intersting piece of code to write. --moritz