1. 13 Sep, 2017 1 commit
  2. 07 Jan, 2016 1 commit
    • neis's avatar
      [tests] Fix bogus uses of assertThrows. · 837900ef
      neis authored
      Some tests passed a string as second argument to assertThrows, expecting it to
      be matched against the exception.  However, assertThrows simply ignored these.
      (Some other tests actually seem to use that argument as a comment ...)
      
      This CL
      - changes assertThrows to fail if the second argument is not a function,
      - adds assertThrowsEquals which compares the exception to a given value using
        assertEquals
      - fixes some bogus tests that got exposed by this.
      
      R=jarin@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/1544793002
      
      Cr-Commit-Position: refs/heads/master@{#33159}
      837900ef
  3. 19 Oct, 2015 1 commit
  4. 16 Jun, 2015 1 commit
  5. 09 Oct, 2014 1 commit
  6. 29 Sep, 2014 2 commits
  7. 10 Feb, 2014 2 commits
  8. 07 Feb, 2014 2 commits
  9. 15 Apr, 2011 1 commit
  10. 09 Dec, 2010 1 commit
  11. 02 Dec, 2010 1 commit
  12. 30 Aug, 2010 1 commit
  13. 14 Oct, 2009 1 commit
  14. 13 Oct, 2009 2 commits
  15. 02 Oct, 2009 1 commit
  16. 16 Sep, 2009 1 commit
  17. 15 Sep, 2009 2 commits