Skip to content
Snippets Groups Projects
  1. Mar 04, 2016
  2. Jul 17, 2015
    • André Bargull's avatar
      Fix test regressions · 85b24884
      André Bargull authored
      - Add missing 'negative: ReferenceError' in S7.9_A5.7_T1
      - Remove stale 'negative: ReferenceError' in block-local-closure-get-before-initialization
      - Remove all tail-call expressions in test/built-ins/Function
      - And update code in test/built-ins/Function to simply use 'f()' instead of 'var r = f(); return r'
      
      Fixes #383
      85b24884
  3. Jul 10, 2015
    • Mike Pennisi's avatar
      Prefer explicit error checking where possible · 10e0d977
      Mike Pennisi authored
      The `negative` frontmatter tag expresses an expectation for the behavior
      of the test file as a whole. The `assert.throws` helper function offers
      more fine-grained control over expectations because it may be applied to
      specific statements and expressions. This makes it preferable in cases
      where it may be used (i.e. when the test body does not describe a syntax
      error or early error).
      
      Re-implement assertions for errors to use the `assert.throws` helper
      function wherever possible.
      10e0d977
  4. Dec 07, 2014
Loading