Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
martygrant committed Nov 20, 2024
1 parent 7ef12fb commit db6e1a6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ urPhysicalMemCreateWithFlagsParamTest.Success/*
urPhysicalMemCreateTest.InvalidNullHandleContext/*
urPhysicalMemCreateTest.InvalidNullHandleDevice/*
urPhysicalMemCreateTest.InvalidNullPointerPhysicalMem/*
urPhysicalMemCreateTest.InvalidEnumeration/*
urPhysicalMemCreateWithSizeParamTest.InvalidSize/*
urPhysicalMemReleaseTest.Success/*
urPhysicalMemReleaseTest.InvalidNullHandlePhysicalMem/*
urPhysicalMemRetainTest.Success/*
urPhysicalMemRetainTest.InvalidNullHandlePhysicalMem/*
urPhysicalMemGetInfoTest.Context/*
urPhysicalMemGetInfoTest.Device/*
urPhysicalMemGetInfoTest.Size/*
urPhysicalMemGetInfoTest.Properties/*
urPhysicalMemGetInfoTest.ReferenceCount/*
urVirtualMemFreeTest.Success/*
urVirtualMemFreeTest.InvalidNullHandleContext/*
urVirtualMemFreeTest.InvalidNullPointerStart/*
Expand All @@ -30,6 +36,7 @@ urVirtualMemReserveTest.InvalidNullPointer/*
urVirtualMemSetAccessWithFlagsTest.Success/*
urVirtualMemSetAccessTest.InvalidNullHandleContext/*
urVirtualMemSetAccessTest.InvalidNullPointerStart/*
urVirtualMemSetAccessTest.InvalidEnumeration/*
urVirtualMemUnmapTest.Success/*
urVirtualMemUnmapTest.InvalidNullHandleContext/*
urVirtualMemUnmapTest.InvalidNullPointerStart/*

0 comments on commit db6e1a6

Please sign in to comment.