ReactOS 0.4.16-dev-927-g467dec4
testlist.c File Reference
#include <apitest.h>
Include dependency graph for testlist.c:

Go to the source code of this file.

Macros

#define __ROS_LONG64__
 
#define STANDALONE
 

Functions

void func_power (void)
 

Variables

const struct test winetest_testlist []
 

Macro Definition Documentation

◆ __ROS_LONG64__

#define __ROS_LONG64__

Definition at line 1 of file testlist.c.

◆ STANDALONE

#define STANDALONE

Definition at line 3 of file testlist.c.

Function Documentation

◆ func_power()

void func_power ( void  )

Definition at line 4844 of file power.c.

4845{
4846 if (1)
4847 skip("CallNtPowerInformation test is broken and fails on Windows\n");
4848 else
4857
4859
4868 if (1)
4869 skip("ValidatePowerPolicies tests are broken and fail on Windows\n");
4870 else
4871 {
4874 }
4877
4878}
#define skip(...)
Definition: atltest.h:64
void test_GetPwrCapabilities(void)
Definition: power.c:541
void test_ReadProcessorPwrScheme(void)
Definition: power.c:664
void test_ReadGlobalPwrPolicy(void)
Definition: power.c:650
void test_ReadPwrScheme(void)
Definition: power.c:694
void test_WriteGlobalPwrPolicy(void)
Definition: power.c:4807
void test_IsPwrShutdownAllowed(void)
Definition: power.c:630
void test_IsPwrHibernateAllowed(void)
Definition: power.c:620
void test_GetSetActivePwrScheme(void)
Definition: power.c:418
void test_GetCurrentPowerPolicies(void)
Definition: power.c:465
void test_SetSuspendState(void)
Definition: power.c:722
void test_CallNtPowerInformation(void)
Definition: power.c:38
void test_IsAdminOverrideActive(void)
Definition: power.c:587
void test_GetPwrDiskSpindownRange(void)
Definition: power.c:556
void test_EnumPwrSchemes(void)
Definition: power.c:379
void test_ValidatePowerPolicies_Old(void)
Definition: power.c:1148
void test_CanUserWritePwrScheme(void)
Definition: power.c:298
void test_ValidatePowerPolicies(void)
Definition: power.c:1264
void test_IsPwrSuspendAllowed(void)
Definition: power.c:640
void test_WriteProcessorPwrScheme(void)
Definition: power.c:4812
void test_WritePwrScheme(void)
Definition: power.c:4817
void test_DeletePwrScheme(void)
Definition: power.c:336

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "power", func_power },
{ 0, 0 }
}
void func_power(void)
Definition: power.c:4844

Definition at line 8 of file testlist.c.