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-sys.js @ 6f043940

History | View | Annotate | Download (4.93 KB)

# Date Author Comment
8b28d599 01/09/2012 02:20 PM Ryan Dahl

Merge remote branch 'origin/v0.6'

Conflicts:
Makefile
configure
src/node_version.h

8bd80f49 01/06/2012 01:22 PM Ryan Dahl

fix test-sys for hash randomization

broken in 4a899c92742583ca9e0bb7d16e09a66b08c9d033

b037c16f 12/28/2011 01:18 AM koichik

test: fix test-sys.js fails if the time zone is not CET

Fixes #2423.

ee0a7b92 12/18/2011 05:07 PM Avi Flax

util: output Dates with Date.toString not Date.toUTCString

d4379fce 10/26/2011 03:33 PM Nathan Rajlich

Add test case for #1941.

Add test for the false-positives from #1942.
Fix test-sys.js.

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

c0d69a48 12/02/2010 08:49 PM Oleg Efimov

GJSLint part of tests

9fd5e3c8 07/15/2010 05:21 PM Ryan Dahl

Update tests to work with module contexts

5861db8a 03/08/2010 08:57 PM isaacs

Remove process.mixin dependency from all tests.

6034701f 03/01/2010 04:34 PM Benjamin Thomas

Stop sys.inspect from adding extra new lines for deep objects that are elements in an array.

A couple other small fixes:

If the keys of an object were all numeric they should be quoted. This
way, you can now hypothetically copy and paste the output into your code...

de152141 02/25/2010 09:23 PM Benjamin Thomas

Make the output of sys.inspect a lot more compact.

See:
http://groups.google.com/group/nodejs/browse_thread/thread/ac060521e27fef65

By default now, sys.inspect doesn't recurse more than two times. Pass
in null as the third parameter to make it recurse indefinitely.

a2714be8 02/25/2010 04:17 PM Benjamin Thomas

Add optional third argument sys.inpect to indicate how many times you want it to recurse

04fac198 02/25/2010 02:41 PM arlolra

Split tests.