1. 11 Dec, 2002 3 commits
    • Francois Gouget's avatar
      When reporting a test failure, only report the file name, not the full · 725b8b7f
      Francois Gouget authored
      path.
      Merge winetest_set_trace_location with winetest_set_ok_location.
      725b8b7f
    • Francois Gouget's avatar
      '"' is an illegal character on Win9x so we cannot test it. · d705b7c0
      Francois Gouget authored
      GetShortPathNameA behaves differently on Win9x and NT: on NT it
      succeeds even if not all path components exist, as long as they are
      already in the 8.3 format.
      Wine apparently implements the NT behavior thus many todo_wine went
      away.
      Fixed some error code checks to take into account all possible return
      values.
      GetTempFileNameA appears to only use the lower 16bits of the id on
      Win95 (and never returns more than 16 bits on other platforms).
      GetLongPathNameA is missing on some Windows versions.
      Modified the GetTempPath tests to make sure they return the expected
      value. Removed the redundant tests (e.g. if buf[0]==0 then buf!="foo",
      no need to test both).
      The 'len_with_null - 1' case is not testable as the Windows behavior
      varies too much between versions.
      We cannot check whether Windows touches the buffer either as this
      heavily depends on the Windows version and specific circumstances of
      the call.
      Finally NT4 sometimes exaggerates the required buffer size.
      d705b7c0
    • Sylvain Petreolle's avatar
      Implement $V in builtin PROMPT. · 00f5094a
      Sylvain Petreolle authored
      00f5094a
  2. 10 Dec, 2002 18 commits
  3. 07 Dec, 2002 8 commits
  4. 06 Dec, 2002 11 commits