1. 21 Apr, 2016 1 commit
    • clemensh's avatar
      [wasm] Also test structured stack trace · 449af6f2
      clemensh authored
      This extends the wasm test case which only checks the "simple"
      string-variant of the stack trace.
      It checks the return values of the getFunctionName, getLineNumber,
      getFileName and toString methods.
      
      R=machenbach@chromium.org, jfb@chromium.org, titzer@chromium.org
      
      Review URL: https://codereview.chromium.org/1875153002
      
      Cr-Commit-Position: refs/heads/master@{#35687}
      449af6f2
  2. 20 Apr, 2016 2 commits
  3. 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
  4. 19 Nov, 2015 1 commit
  5. 27 Oct, 2015 1 commit
  6. 09 Oct, 2015 1 commit
  7. 17 Feb, 2015 1 commit
  8. 14 Nov, 2014 1 commit
  9. 25 Jun, 2014 1 commit
  10. 10 Jun, 2014 1 commit
  11. 27 May, 2014 2 commits
  12. 22 Nov, 2013 1 commit
  13. 20 Nov, 2013 1 commit
  14. 22 Aug, 2013 1 commit
  15. 22 Jul, 2013 1 commit
  16. 28 Jun, 2012 1 commit
  17. 16 Apr, 2012 1 commit
  18. 08 Mar, 2012 1 commit
  19. 28 Oct, 2011 1 commit
  20. 15 Apr, 2011 1 commit
  21. 14 Apr, 2011 1 commit
  22. 25 Mar, 2011 1 commit
  23. 18 Feb, 2011 1 commit
  24. 14 May, 2010 1 commit
  25. 01 Feb, 2010 1 commit
  26. 05 Nov, 2009 1 commit
  27. 17 Aug, 2009 1 commit
  28. 24 Apr, 2009 1 commit
  29. 21 Apr, 2009 1 commit
  30. 16 Apr, 2009 1 commit
  31. 14 Jan, 2009 1 commit
  32. 03 Dec, 2008 1 commit
  33. 09 Sep, 2008 1 commit
  34. 22 Aug, 2008 1 commit
    • christian.plesner.hansen's avatar
      Included mjsunit JavaScript test suite and C++ unit tests. · c42f5829
      christian.plesner.hansen authored
      In the shell sample don't print the result of executing a script, only
      evaluating expressions.
      
      Fixed issue when building samples on Windows using a shared V8
      library.  Added visibility option on Linux build which makes the
      generated library 18% smaller.
      
      Changed build system to accept multiple build modes in one build and
      generate seperate objects, libraries and executables for each mode.
      
      Removed deferred negation optimization (a * -b => -(a * b)) since this
      visibly changes operand conversion order.
      
      Improved parsing performance by introducing stack guard in preparsing.
      Without a stack guard preparsing always bails out with stack overflow.
      
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c42f5829
  35. 14 Aug, 2008 1 commit