Changeset 21662 for trunk/testapp/exceptions
- Timestamp:
- Jul 5, 2011, 7:52:42 PM (14 years ago)
- Location:
- trunk/testapp/exceptions/seh
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testapp/exceptions/seh/Makefile
r21660 r21662 20 20 $(call run-with-args,except.exe,1 2 3 4,all) \ 21 21 $(call run-with-args,finally.exe,1 2 3,all) \ 22 $(call run-with-args,longjmp.exe,1 2,all) \22 $(call run-with-args,longjmp.exe,1,all) \ 23 23 run-crash.exe 24 24 -
trunk/testapp/exceptions/seh/longjmp.c
r21624 r21662 119 119 rc = test_1(); 120 120 break; 121 122 // Note that since we disabled Win32 exception handler unwinding 123 // support (see comments in OS2ExceptionHandler3ndLevel()), test_2() 124 // will always crash now 125 #if 0 121 126 case 2: 122 127 // note that test_2() will actually only work if the top exception … … 125 130 rc = test_2(); 126 131 break; 132 #endif 127 133 default: 128 134 break;
Note:
See TracChangeset
for help on using the changeset viewer.