1. 69a17c7 t_time testcase: _time32 is not available on Win64 by Rafaël Carré · 12 years ago
  2. 9307a41 time testcase: localtime32 is not available on win64 msvcrt.dll by Rafaël Carré · 12 years ago
  3. ec7864e _w?find(next|first)*: sanitize msvcr* exports by Rafaël Carré · 12 years ago
  4. e97fd90 Add __try1, __except1 test by Kai Tietz · 13 years ago
  5. 8a67ab4 Replace 'w64 mingw-runtime' by 'mingw-w64 runtime' by Rafaël Carré · 13 years ago
  6. 013b48a Add new testcases for exp and powi by Kai Tietz · 13 years ago
  7. c3e2983 2011-09-27 Ruben Van Boxem <vanboxem.ruben@gmail.com> by Ozkan Sezer · 13 years ago
  8. f4ba59f added Kai's testcases for tsearch() & co. by Ozkan Sezer · 14 years ago
  9. fe118a1 removed svn:executable property by Ozkan Sezer · 14 years ago
  10. 6ff567f Fix testcase on Win7 by Kai Tietz · 14 years ago
  11. 3fe5a09 Allow use of -Ddebugtest for gcc to produce debug messages. by Jonathan Yong · 14 years ago
  12. e5af57c Wait properly on WriteFileEx and attemp to delete test file anyway even if test failed. by Jonathan Yong · 14 years ago
  13. 76c49a2 Use SHGetFolderPathW to get writable dir instead of hard coded C: by Jonathan Yong · 14 years ago
  14. 1e19695 Add template lfs testcase, used for fseeko64. by Jonathan Yong · 14 years ago
  15. 128ba9d Abort in case of failure, more automake friendly. by Jonathan Yong · 14 years ago
  16. c87f906 Add new testcase for trailing slashes and stat functions by Kai Tietz · 14 years ago
  17. fa26c2b Some more improvements for log/exp x ^ y approach. by Kai Tietz · 15 years ago
  18. 04366db Likewise with test function. by Kai Tietz · 15 years ago
  19. 61d6c7e For test make static function noinline. by Kai Tietz · 15 years ago
  20. 210aa0a Add test for implementation pow by exp and log. by Kai Tietz · 15 years ago
  21. 9991e8c New testcase for checking performance of pow in comparison to msvcrt's pow. by Kai Tietz · 15 years ago
  22. f21556d Fix test t_setjmp return value on success. by Doug Semler · 15 years ago
  23. 53ed424 Merge my experimental branch's testcases into the trunk. In addition, also by Doug Semler · 15 years ago
  24. 8819aed Add testcase for image-base issue. by Kai Tietz · 15 years ago
  25. 9a35c39 Apply svn:mime-type and svn:eol-style to /trunk/mingw-w64-crt/testcases by Jonathan Yong · 15 years ago
  26. fe4d1d4 removed svn:executable property. by Ozkan Sezer · 15 years ago
  27. fa0cfe3 2010-01-15 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 15 years ago
  28. 6b963a8 Add exprected value for success. by Kai Tietz · 15 years ago
  29. 4900ae0 Add new testcase for TLS, (should be compiled with g++ and option --static). by Kai Tietz · 15 years ago
  30. 9553c8c Add a small test for fmod math function. by Kai Tietz · 15 years ago
  31. 9f46050 2009-09-18 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 15 years ago
  32. 3d7bbae * testcases/t_ansi_io.c (__USE_MINGW_ANSI_STDIO): Fixed compilation by by Ozkan Sezer · 15 years ago
  33. ef996a3 2009-09-15 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 16 years ago
  34. 8d51de5 Add new SjLj testcase. Passes on x64, to be verified on i?86, too. by Kai Tietz · 16 years ago
  35. c61743c Extend testcase. by Kai Tietz · 16 years ago
  36. cfd178e Add new testcase about static const member variables of classes. by Kai Tietz · 16 years ago
  37. fce1a79 Removed accidentialy change. by Kai Tietz · 16 years ago
  38. 62ba891 2009-09-05 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 16 years ago
  39. d7a421a 2009-09-04 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 16 years ago
  40. 687ef3f Add testcase about intrin.h for .c and .cc by Kai Tietz · 16 years ago
  41. ab09faa Add new testcase for _w...dir and ...dir APIs. by Kai Tietz · 16 years ago
  42. 1f7c319 Add testcase for __USE_MINGW_ANSI_STDIO. by Kai Tietz · 16 years ago
  43. d8839f0 Testcase for fstat. by Kai Tietz · 16 years ago
  44. 53188b1 Add new testcase for 32-bit and 64-bit time function. by Kai Tietz · 16 years ago
  45. daabd71 define WIN32_LEAN_AND_MEAN if not defined already. by Ozkan Sezer · 16 years ago
  46. c2c1b0c Add new testcase for UINT8_C and UINT16_C. by Kai Tietz · 16 years ago
  47. 547ba70 Move t_intrinc.cc to t_intrinc.c, it is valid C99 code. by Jonathan Yong · 16 years ago
  48. c2481e0 2009-08-14 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 16 years ago
  49. c81e7e4 Add two new testcases. by Kai Tietz · 16 years ago
  50. 3d4fcc7 Add formatter test (just shown with option -Wall by Kai Tietz · 16 years ago
  51. 4a9be09 Add new testcase from problem 2820657. by Kai Tietz · 16 years ago
  52. c0371ec * t_tls1.c: updated the required gcc-4.5-trunk by Ozkan Sezer · 16 years ago
  53. 8dec1d7 Add testcase about checking function pointer variables on _CRTIMPed functions. by Kai Tietz · 16 years ago
  54. 5696c93 Kill empty line at beginning of file. by Kai Tietz · 16 years ago
  55. 39a6622 Add new testcase for signal handler issue on msvcr80.dll and newer runtimes. by Kai Tietz · 16 years ago
  56. fcabe2f much smaller TLS testcase (t_tls1.c). removed the useless second one (t_tls2.c). by Ozkan Sezer · 16 years ago
  57. 110584b Add two testcases for tls support checking. by Kai Tietz · 16 years ago
  58. 594d440 Add testcase for testing gcc "-municode" parameter. by Jonathan Yong · 16 years ago
  59. 231b44e Fix printf format warnings. by Jonathan Yong · 16 years ago
  60. 5979606 Change the name of two testcases so generated objects do not clash by NightStrike · 16 years ago
  61. fccf253 Fix typo in print and optimize speed measurement. by Kai Tietz · 16 years ago
  62. 9315220 Add a preformance test for powl function. by Kai Tietz · 16 years ago
  63. 9ed1fd2 removed svn:executable property. by Ozkan Sezer · 16 years ago
  64. 197812f Update float testcase. by Kai Tietz · 16 years ago
  65. 6b64af4 Add some new testcases for crt. by Kai Tietz · 16 years ago
  66. ab7526e Add testcase for matherr. by Kai Tietz · 16 years ago
  67. 41146d1 Add testcase for _sys_errlist. by Kai Tietz · 18 years ago
  68. 1e44680 Add copyright notice as PD. by Kai Tietz · 18 years ago
  69. 30f714d Moved test applications into testcases folder. Removed mingw/a.dll by Kai Tietz · 18 years ago