summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest
Commit message (Collapse)AuthorAgeFilesLines
* v8: unbreak `make native` buildBen Noordhuis2013-11-091-11/+0
| | | | | | | | | | | | The security fix from commit 6b92a713 also back-ported the test case. Said test case relies on API that is only available in newer versions of V8 and, as a result, broke the `make native` and `make <arch.mode>` builds. This commit reverts that part of the back-port. Fixes the following build error: ../test/cctest/test-api.cc: In function ‘void TestRegress260106()’: ../test/cctest/test-api.cc:17712:34: error: ‘class v8::Context’ has no member named ‘GetIsolate’
* v8: back-port fix for CVE-2013-2882mstarzinger@chromium.org2013-08-051-0/+11
| | | | | | | | | | | | | | | | | | | | | | | Quoting the CVE: Google V8, as used in Google Chrome before 28.0.1500.95, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors that leverage "type confusion." Likely has zero impact on node.js because it only runs local, trusted code but let's apply it anyway. This is a back-port of upstream commit r15665. Original commit log: Use internal array as API function cache. R=yangguo@chromium.org BUG=chromium:260106 TEST=cctest/test-api/Regress260106 Review URL: https://codereview.chromium.org/19159003 Fixes #5973.
* V8: Upgrade to 3.14.5.8isaacs2013-03-061-1/+2
|
* deps: downgrade v8 to 3.14.5Ben Noordhuis2013-02-2519-1321/+293
| | | | | V8 3.15 and newer have stability and performance issues. Roll back to a known-good version.
* V8: Upgrade to 3.15.11.15isaacs2013-02-081-0/+125
|
* deps: update v8 to 3.15.11Fedor Indutny2013-01-0124-501/+1739
|
* build: make python executable configurableBen Noordhuis2012-11-201-1/+1
| | | | | | Upstreamed in https://codereview.chromium.org/11418101/ Fixes #4287.
* V8: Upgrade to 3.13.7.4isaacs2012-10-232-0/+71
|
* V8: Upgrade to 3.13.7.1isaacs2012-09-2126-368/+1685
|
* v8: fix semaphore on MacOSFedor Indutny2012-09-061-0/+70
| | | | Landed upstream: https://chromiumcodereview.appspot.com/10867009/
* v8: upgrade to 3.11.10.22Bert Belder2012-09-061-16/+179
|
* V8: Upgrade to 3.11.10.17isaacs2012-07-241-0/+43
|
* v8: upgrade to 3.11.10.15isaacs2012-07-171-0/+43
|
* v8: Upgrade to 3.11.10.14isaacs2012-07-072-1/+41
|
* Revert part of 11727 as it sometimes tanked V8 benchmark (raytrace) ↵erik.corry@gmail.com2012-06-191-6/+3
| | | | | | performance for reasons that are not obvious. Now we make objects into fast-case objects when they are made prototypes for other objects, but we do not mark objects that are already fast case with a bit that helps keep them in fast case. Review URL: https://chromiumcodereview.appspot.com/10556004 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11831 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
* v8: upgrade to v3.11.10Bert Belder2012-06-1422-459/+1508
|
* Roll V8 back to 3.9.24.31isaacs2012-06-0916-873/+271
|
* Roll V8 back to 3.10.8.13isaacs2012-06-078-155/+93
|
* Upgrade v8 to 3.11.7isaacs2012-06-016-90/+138
|
* Upgrade V8 to 3.11.1isaacs2012-05-1617-279/+1004
|
* Upgrade V8 to 3.9.24.6isaacs2012-03-287-102/+547
|
* Upgrade v8 to 3.9.17isaacs2012-03-129-53/+444
|
* Upgrade v8 to 3.9.11isaacs2012-02-277-27/+34
|
* Update v8 to 3.9.9isaacs2012-02-277-180/+182
|
* Upgrade V8 to 3.9.5isaacs2012-02-135-10/+143
|
* Upgrade V8 to 3.9.2isaacs2012-02-065-16/+157
|
* Update v8 to 3.8.9isaacs2012-01-316-80/+101
|
* Upgrade V8 to 3.8.8isaacs2012-01-233-12/+112
|
* Upgrade V8 to 3.8.6Ryan Dahl2012-01-1616-99/+355
|
* Upgrade V8 to 3.8.5Ryan Dahl2012-01-061-1/+96
|
* Upgrade V8 to 3.8.3Ryan Dahl2011-12-281-1/+83
|
* Upgrade V8 to 3.8.2Ryan Dahl2011-12-212-6/+80
|
* Upgrade V8 to 3.8.1Ryan Dahl2011-12-194-3/+90
|
* Upgrade V8 to 3.8.0Ryan Dahl2011-12-1412-21/+988
|
* Upgrade V8 to 3.7.12Ryan Dahl2011-12-0527-576/+1633
|
* Downgrade V8 to 3.6.4Ryan Dahl2011-11-0323-702/+432
|
* Revert "Upgrade V8 to 3.7.1"Ben Noordhuis2011-11-027-325/+27
| | | | | | | | | | | | This reverts commit 92f5a5d3caf01f382f90c235e9057590a5e76870. V8 3.7.1 in debug mode on ia32 has a curious race-like bug where an fs.Stats object is not fully formed until some time after it's created. This is easy to demonstrate by running `make test-debug`. V8 3.7.0 does not exhibit this behaviour so back we go. Fixes #1981.
* Upgrade V8 to 3.7.1Ryan Dahl2011-10-277-27/+325
|
* Upgrade V8 to 3.7.0Ryan Dahl2011-10-1324-465/+858
|
* Revert "Upgrade V8 to 3.6.6"Ryan Dahl2011-10-1023-857/+464
| | | | | | | | Not stable enough. - Windows snapshot linking broken - Linux crash on ./node_g test/simple/test-stream-pipe-multi.js This reverts commit 56e6952e639ba1557a5b22333788583e9e39fa29.
* Upgrade V8 to 3.6.6Ryan Dahl2011-10-1023-464/+857
|
* Upgrade V8 to 3.6.4Ryan Dahl2011-09-1513-32/+34
|
* Upgrade V8 to 3.6.2Ryan Dahl2011-09-083-8/+20
|
* Upgrade V8 to 3.6.1Ryan Dahl2011-09-0711-48/+162
|
* Upgrade V8 to 3.5.9.1Ryan Dahl2011-08-295-19/+280
|
* Upgrade V8 to 3.5.8Ryan Dahl2011-08-262-0/+97
|
* Upgrade V8 to 3.5.7Ryan Dahl2011-08-231-0/+46
|
* Upgrade V8 to 3.5.6Ryan Dahl2011-08-1811-74/+67
|
* Upgrade V8 to v3.5.4Ryan Dahl2011-08-1112-137/+320
|
* Upgrade V8 to 3.5.3Ryan Dahl2011-08-048-51/+184
|