Skip to content
Snippets Groups Projects
  1. Apr 18, 2016
    • dtig's avatar
      Add SIMD test suite and utility functions (#442) · 20d37a6f
      dtig authored
      20d37a6f
    • jugglinmike's avatar
      c230b7f3
    • jugglinmike's avatar
      Streamline redundant `eval` tests (#570) · a068f19f
      jugglinmike authored
      Some tests for `eval` assert the equality of key enumeration on the
      global object, comparing the ordering when the object is referenced
      through eval.
      
      Based on the test bodies and the "info" field in their metadata, these
      tests appear to have been written under the mistaken impression that
      erroneous creation of an environment record would be observable through
      the `this` value.
      
      In reality, the value in such cases resolves to the global object. That
      renders these tests redundant and overly complex--none of the
      distinctions between each test actually demonstrates a different
      behavior.
      
      Remove the redundant tests and introduce three new tests asserting the
      correct resolution of the `this` keyword for direct eval code from
      within the global scope and from within function scope.
      a068f19f
  2. Apr 15, 2016
  3. Apr 12, 2016
  4. Apr 11, 2016
  5. Apr 07, 2016
  6. Apr 06, 2016
  7. Apr 01, 2016
  8. Mar 29, 2016
  9. Mar 28, 2016
  10. Mar 24, 2016
  11. Mar 23, 2016
  12. Mar 22, 2016
  13. Mar 21, 2016
  14. Mar 18, 2016
  15. Mar 17, 2016
  16. Mar 16, 2016
  17. Mar 11, 2016
  18. Mar 09, 2016
  19. Mar 04, 2016
  20. Mar 02, 2016
Loading