Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.0 KiB

  1. ;
  2. ; Run All the Marshal Tests
  3. ;
  4. [Marshal Test]
  5. ; these first few are not run due to test bugs
  6. Aggregate = 0
  7. CreateRemoteHandler = 0
  8. StorageDiffMachine = 0
  9. Rundown = 0
  10. Async = 0
  11. ; all the rest are run
  12. GetStandardMarshal = 1
  13. Format = 1
  14. GetIIDFromMI = 1
  15. MarshalSizeMax = 1
  16. LocalInterfaceNormal = 1
  17. UniqueQIPointer = 1
  18. LocalInterfaceTableStrong = 1
  19. LocalInterfaceTableWeak = 1
  20. UnmarshalGUIDNULL = 1
  21. UnmarshalDifferentIID = 1
  22. RemoteInterfaceNormal = 1
  23. RemoteInterfaceTableStrong = 1
  24. CustomMarshalNormal = 1
  25. CustomMarshalTable = 1
  26. Echo = 1
  27. MultiQINormal = 1
  28. MultiQIHandler = 1
  29. Handler = 1
  30. Loop = 1
  31. LockObjectExternal = 1
  32. DisconnectObject = 1
  33. ReleaseMarshalData = 1
  34. MiddleMan = 1
  35. LocalDiffMachine = 1
  36. RemoteDiffMachine = 1
  37. ExpiredOXIDs = 1
  38. NonNDRProxy = 1
  39. MarshalStorage = 1
  40. TIDAndLID = 1
  41. CrossThread = 1
  42. NoPing = 1
  43. PSClsid = 1
  44. PSClsid2 = 1
  45. ;
  46. ; Run Selected Marshal Tests
  47. ;
  48. ;[Marshal Test]
  49. Aggregate = 0
  50. CreateRemoteHandler = 0
  51. StorageDiffMachine = 0
  52. Rundown = 0
  53. Async = 0
  54. GetStandardMarshal = 0
  55. Format = 0
  56. GetIIDFromMI = 0
  57. MarshalSizeMax = 0
  58. LocalInterfaceNormal = 0
  59. UniqueQIPointer = 0
  60. LocalInterfaceTableStrong = 0
  61. LocalInterfaceTableWeak = 0
  62. UnmarshalGUIDNULL = 0
  63. UnmarshalDifferentIID = 0
  64. RemoteInterfaceNormal = 0
  65. RemoteInterfaceTableStrong = 0
  66. CustomMarshalNormal = 0
  67. CustomMarshalTable = 0
  68. Echo = 0
  69. MultiQINormal = 0
  70. MultiQIHandler = 0
  71. Handler = 0
  72. Loop = 0
  73. LockObjectExternal = 0
  74. DisconnectObject = 0
  75. ReleaseMarshalData = 0
  76. MiddleMan = 0
  77. LocalDiffMachine = 0
  78. RemoteDiffMachine = 0
  79. ExpiredOXIDs = 1
  80. NonNDRProxy = 0
  81. MarshalStorage = 0
  82. TIDAndLID = 0
  83. CrossThread = 0
  84. NoPing = 0
  85. PSClsid = 0
  86. PSClsid2 = 0