1. 19 Sep, 2011 1 commit
  2. 28 Jul, 2011 1 commit
  3. 27 Jul, 2011 1 commit
  4. 13 Jun, 2011 1 commit
  5. 09 Jun, 2011 1 commit
  6. 04 Feb, 2011 1 commit
  7. 23 Mar, 2010 1 commit
  8. 19 Mar, 2010 1 commit
  9. 16 Dec, 2009 2 commits
  10. 15 Dec, 2009 1 commit
  11. 14 Dec, 2009 1 commit
  12. 04 Dec, 2009 1 commit
  13. 18 Nov, 2009 1 commit
  14. 12 Nov, 2009 1 commit
  15. 11 Nov, 2009 1 commit
  16. 09 Nov, 2009 2 commits
  17. 04 Nov, 2009 1 commit
  18. 15 Jun, 2009 1 commit
  19. 28 May, 2009 1 commit
  20. 07 Apr, 2009 1 commit
    • Rob Shearman's avatar
      rpcrt4: Fix context handle test on Vista upwards. · b2a5bfdf
      Rob Shearman authored
      Don't run tests that results in an ERROR_INVALID_HANDLE exception being raised.
      
      Check for the context handle function pointers being non-NULL to
      prevent exceptions being raised on platforms without these functions.
      b2a5bfdf
  21. 13 Mar, 2009 1 commit
  22. 02 Feb, 2009 1 commit
  23. 14 Jan, 2009 1 commit
  24. 13 Jan, 2009 1 commit
    • Ge van Geldorp's avatar
      rpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test, it is broken on Windows. · a9950e3c
      Ge van Geldorp authored
      The failures in rpcrt4:server on Windows are caused by an access violation
      thrown in NdrVaryingArrayUnmarshall() called from get_5numbers(). I've
      created a minimum get_5numbers() test with Microsoft tools and that throws
      the same access violation. The access violation disappears when zeroing
      out the StubMsg before calling NdrClientInitializeNew(), so my guess is
      Windows NdrVaryingArrayUnmarshall() uses an uninitialized member.
      a9950e3c
  25. 12 Jan, 2009 1 commit
  26. 04 Jan, 2009 1 commit
  27. 16 Dec, 2008 1 commit
  28. 14 Oct, 2008 1 commit
  29. 28 Aug, 2008 1 commit
  30. 01 Jul, 2008 1 commit
  31. 23 Jun, 2008 2 commits
  32. 18 Jun, 2008 1 commit
    • Rob Shearman's avatar
      rpcrt4: Reduce the timeout of waiting on the stop event in the server test to one second. · fd8cb3f9
      Rob Shearman authored
      The stop event should already be signaled by the time we get to that
      point since we wait until the child processes terminate in the server
      process and the stop event is signaled in the context of one of the
      child processes.
      
      Don't call RpcMgmtWaitServerListening if the call to
      WaitForSingleObject failed since it is likely that s_stop() hasn't
      been called and therefore the call to RpcMgmtWaitServerListening won't
      ever return.
      fd8cb3f9
  33. 10 Jun, 2008 1 commit
  34. 07 May, 2008 1 commit
  35. 21 Mar, 2008 1 commit
    • Dan Hipschman's avatar
      widl: Make structures with FC_ENUM16 fields complex. · 2fa83d94
      Dan Hipschman authored
      Structures containing enum fields without the v1_enum attribute must be
      treated as complex because of the range check and memory/wire size
      differences.  This includes a test which didn't pass before and now
      passes on Wine and Windows.
      2fa83d94
  36. 28 Feb, 2008 1 commit
  37. 22 Feb, 2008 1 commit