Skip to content
Snippets Groups Projects
  1. Apr 12, 2015
    • Arseny Kapoulkine's avatar
      tests: Improve out-of-memory tests · 4e004176
      Arseny Kapoulkine authored
      Previously there was no guarantee that the tests that check for out of memory
      handling behavior are actually correct - e.g. that they correctly simulate out
      of memory conditions.
      
      Now every simulated out of memory condition has to be "guarded" using
      CHECK_ALLOC_FAIL. It makes sure that every piece of code that is supposed to
      cause out-of-memory does so, and that no other code runs out of memory
      unnoticed.
      4e004176
    • Arseny Kapoulkine's avatar
      Fix exception type for out-of-memory for XPath variables · 814443b1
      Arseny Kapoulkine authored
      When parsing XPath variables, we need to perform a heap allocation; if it
      fails, an xpath_exception instead of bad_alloc used to be thrown.
      
      Now we throw the exception of a correct type so that xpath_exception means
      'parsing error'.
      814443b1
  2. Oct 24, 2014
  3. Oct 23, 2014
  4. Oct 19, 2014
  5. Aug 29, 2010
Loading