The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-console.js @ 6f043940

History | View | Annotate | Download (2.23 KB)

# Date Author Comment
539bf1d7 01/18/2013 06:39 PM isaacs

console: Support formatting options in trace()

Fix #4589

77c18d1e 04/29/2012 04:27 PM Maciej MaƂecki

console: throw when no such label exists in `console.timeEnd`

Test included.

850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

2c25507b 10/10/2011 05:15 PM Ryan Dahl

process.stderr goes through libuv now

This commit removes one assert from test-console.js in which we check that
process.stderr.write returns true. In the case of a dump to a file we cannot
guarantee this any longer now that it goes through fs.WriteStream.

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

b2811710 09/15/2011 04:57 PM Ryan Dahl

Support legacy API: process.stdout.fd

5cb1fd2e 09/15/2011 04:35 PM Ryan Dahl

net.Socket(fd) should start readable and writable

4e1d6fca 08/24/2011 02:45 AM Ryan Dahl

Mark tests which are broken in libuv

4d64f363 04/01/2011 08:40 PM isaacs

Closes GH-310 Format slashes properly

ed74db01 03/30/2011 06:53 PM Ryan Dahl

process.stderr.write should return true

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

0665f027 12/05/2010 06:41 PM Oleg Efimov

GJSLint all simple tests exclude http-*, url, path

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

bedca2e7 08/22/2010 03:34 PM Johan Euphrosine

add tests for console.log arguments handling