mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
[COMPILER_APITEST] Comment out some tests, when PSEH is used
This commit is contained in:
parent
a6faa1b82d
commit
dda076a8b3
1 changed files with 13 additions and 1 deletions
|
@ -89,11 +89,15 @@ START_TEST(ms_seh)
|
||||||
run_test(seh0006);
|
run_test(seh0006);
|
||||||
run_test(seh0007);
|
run_test(seh0007);
|
||||||
run_test(seh0008);
|
run_test(seh0008);
|
||||||
|
#ifdef _USE_NATIVE_SEH
|
||||||
run_test(seh0009);
|
run_test(seh0009);
|
||||||
|
#endif
|
||||||
run_test(seh0010);
|
run_test(seh0010);
|
||||||
run_test(seh0011);
|
run_test(seh0011);
|
||||||
run_test(seh0012);
|
run_test(seh0012);
|
||||||
|
#ifdef _USE_NATIVE_SEH
|
||||||
run_test(seh0013);
|
run_test(seh0013);
|
||||||
|
#endif
|
||||||
run_test(seh0014);
|
run_test(seh0014);
|
||||||
run_test(seh0015);
|
run_test(seh0015);
|
||||||
run_test(seh0016);
|
run_test(seh0016);
|
||||||
|
@ -102,21 +106,29 @@ START_TEST(ms_seh)
|
||||||
run_test(seh0019);
|
run_test(seh0019);
|
||||||
run_test(seh0020);
|
run_test(seh0020);
|
||||||
run_test(seh0021);
|
run_test(seh0021);
|
||||||
|
#ifdef _USE_NATIVE_SEH
|
||||||
run_test(seh0022);
|
run_test(seh0022);
|
||||||
|
#endif
|
||||||
run_test(seh0023);
|
run_test(seh0023);
|
||||||
run_test(seh0024);
|
run_test(seh0024);
|
||||||
run_test(seh0025);
|
run_test(seh0025);
|
||||||
|
#ifdef _USE_NATIVE_SEH
|
||||||
run_test(seh0026);
|
run_test(seh0026);
|
||||||
|
#endif
|
||||||
run_test(seh0027);
|
run_test(seh0027);
|
||||||
run_test(seh0028);
|
run_test(seh0028);
|
||||||
|
#ifdef _USE_NATIVE_SEH
|
||||||
run_test(seh0029);
|
run_test(seh0029);
|
||||||
|
#endif
|
||||||
run_test(seh0030);
|
run_test(seh0030);
|
||||||
run_test(seh0031);
|
run_test(seh0031);
|
||||||
run_test(seh0032);
|
run_test(seh0032);
|
||||||
run_test(seh0033);
|
run_test(seh0033);
|
||||||
|
#ifdef _USE_NATIVE_SEH
|
||||||
run_test(seh0034);
|
run_test(seh0034);
|
||||||
run_test(seh0035);
|
run_test(seh0035);
|
||||||
run_test(seh0036);
|
run_test(seh0036);
|
||||||
|
#endif
|
||||||
run_test(seh0037);
|
run_test(seh0037);
|
||||||
run_test(seh0038);
|
run_test(seh0038);
|
||||||
run_test(seh0039);
|
run_test(seh0039);
|
||||||
|
@ -135,7 +147,7 @@ START_TEST(ms_seh)
|
||||||
run_test(seh0052);
|
run_test(seh0052);
|
||||||
run_test(seh0053);
|
run_test(seh0053);
|
||||||
run_test(seh0054);
|
run_test(seh0054);
|
||||||
#if !defined(_PSEH3_H_)
|
#ifdef _USE_NATIVE_SEH
|
||||||
run_test(seh0055);
|
run_test(seh0055);
|
||||||
#endif
|
#endif
|
||||||
run_test(seh0056);
|
run_test(seh0056);
|
||||||
|
|
Loading…
Reference in a new issue