mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Disable crashing advapi32 tests -- add print and notes
svn path=/trunk/; revision=37999
This commit is contained in:
parent
2794dbc70a
commit
8e07c62725
2 changed files with 28 additions and 1 deletions
23
rostests/winetests/advapi32/roshack.diff
Normal file
23
rostests/winetests/advapi32/roshack.diff
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: security.c
|
||||
===================================================================
|
||||
--- security.c (revision 37998)
|
||||
+++ security.c (working copy)
|
||||
@@ -2665,13 +2665,17 @@
|
||||
return;
|
||||
}
|
||||
|
||||
+ /* ReactOS Hack: ros' Security Descriptor string parsing sucks */
|
||||
+ skip("ROS-HACK: Skipping 'test_PrivateObjectSecurity' -- ros' SID string parsing sucks\n");
|
||||
+ return;
|
||||
+
|
||||
ok(pConvertStringSecurityDescriptorToSecurityDescriptorA(
|
||||
"O:SY"
|
||||
"G:S-1-5-21-93476-23408-4576"
|
||||
"D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)"
|
||||
"(D;OICI;0xffffffff;;;S-1-5-21-93476-23408-4576)"
|
||||
"S:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)(AU;NPSA;0x12019f;;;SU)",
|
||||
- SDDL_REVISION_1, &sec, &dwDescSize), "Creating descriptor failed\n");
|
||||
+ SDDL_REVISION_1, &sec, &dwDescSize), "Creating descriptor failed\n"); // FIXME: ConvertStringSecurityDescriptorToSecurityDescriptor fails and 'sec' isn't set
|
||||
|
||||
test_SetSecurityDescriptorControl(sec);
|
||||
|
|
@ -2665,13 +2665,17 @@ static void test_PrivateObjectSecurity(void)
|
|||
return;
|
||||
}
|
||||
|
||||
/* ReactOS Hack: ros' Security Descriptor string parsing sucks */
|
||||
skip("ROS-HACK: Skipping 'test_PrivateObjectSecurity' -- ros' SID string parsing sucks\n");
|
||||
return;
|
||||
|
||||
ok(pConvertStringSecurityDescriptorToSecurityDescriptorA(
|
||||
"O:SY"
|
||||
"G:S-1-5-21-93476-23408-4576"
|
||||
"D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)"
|
||||
"(D;OICI;0xffffffff;;;S-1-5-21-93476-23408-4576)"
|
||||
"S:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)(AU;NPSA;0x12019f;;;SU)",
|
||||
SDDL_REVISION_1, &sec, &dwDescSize), "Creating descriptor failed\n");
|
||||
SDDL_REVISION_1, &sec, &dwDescSize), "Creating descriptor failed\n"); // FIXME: ConvertStringSecurityDescriptorToSecurityDescriptor fails and 'sec' isn't set
|
||||
|
||||
test_SetSecurityDescriptorControl(sec);
|
||||
|
||||
|
|
Loading…
Reference in a new issue