User:Asfrent/GSoC Log

From Apertium
Revision as of 11:29, 7 June 2014 by Asfrent (talk | contribs) (Created page with "== GSoC Log == === 06.06.2014 === * wrote a new test suite under ''new_tests'' folder. * added language pairs es-ro, ro-es, en-es, es-en. * three types of tests: ** '''norma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GSoC Log

06.06.2014

  • wrote a new test suite under new_tests folder.
  • added language pairs es-ro, ro-es, en-es, es-en.
  • three types of tests:
    • normal - compare the output of xfervm with the one of the xml treewalking based transfer.
    • memory - tests using valgrind --tool=memcheck.
    • performance - tests using valgrind --tool=callgrind.
  • fixed valgrind error complaining about uninitialized raw pointers.

07.06.2014

  • fixed memory leak in SystemTrie, most of the memcheck tests pass now.