Le 21/02/2013 14:33, Max TenEyck
      Woodbury a écrit :
    
    Would it be appropriate to add a test to the name
      demangler that:
      
      
      1) Scans all '.dll' and '.spac' files for mangled names, and
      
      
      2) Tries to decode those names.
      
      
      3) Prints the mangled and decoded names and where they occur.
      
      
      Success would be that all names decode without the decoder blowing
      up
      
      or failing.
      
      
      
      
    
    adding tests for demangler
      is good
      but you just need to have a set of mangled/unmangled strings for
      the test
      as core demangler in msvcrt, test should be added here...
      (but grabbing the mangled strings shall be left out of the test
      itself)
      A+