John-David Dalton
|
4105b19f75
|
Drop Narwhal from test/run-test.sh and contributing text. [ci skip]
|
2014-06-26 09:00:55 -07:00 |
|
John-David Dalton
|
8465e3061a
|
Cleanup error messages for jobs that fail to start .
|
2014-06-26 09:00:55 -07:00 |
|
John-David Dalton
|
6b09cd61d2
|
Ensure _.keysIn treats primitives like objects and both _.keys and _.keysIn return empty arrays for null and undefined values.
|
2014-06-22 18:54:19 -07:00 |
|
John-David Dalton
|
aac609cc38
|
Avoid test fails in IE 9.
|
2014-06-22 18:54:19 -07:00 |
|
John-David Dalton
|
0b1d16f9db
|
Excuse _.isFinite tests in test/underscore.html.
|
2014-06-22 16:56:18 -07:00 |
|
John-David Dalton
|
c550e27d21
|
Ensure _.omit and _.pick work with primitives.
|
2014-06-22 16:38:23 -07:00 |
|
John-David Dalton
|
0d3ac21ae0
|
Fix test in IE.
|
2014-06-22 16:38:23 -07:00 |
|
John-David Dalton
|
e143a0ec6b
|
Make _.isFinite follow ES6 Number.isFinite.
|
2014-06-22 16:38:22 -07:00 |
|
John-David Dalton
|
35ce087f3b
|
Use Object(...) instead of new String, new Boolean, and new Number.
|
2014-06-22 16:38:22 -07:00 |
|
John-David Dalton
|
e787bc8ae4
|
Add semicolons.
|
2014-06-22 16:38:22 -07:00 |
|
John-David Dalton
|
4937052475
|
Minor test cleanup.
|
2014-06-22 00:28:58 -07:00 |
|
John-David Dalton
|
739eb67bec
|
Add _.isError to host object test.
|
2014-06-22 00:28:58 -07:00 |
|
John-David Dalton
|
a3049b6f94
|
Ensure _.compose returns a noop function when no arguments are provided.
|
2014-06-22 00:28:26 -07:00 |
|
John-David Dalton
|
2f1346fefa
|
Add more _.noop use in test.js.
|
2014-06-22 00:27:47 -07:00 |
|
John-David Dalton
|
f116db3108
|
Make categories singular.
|
2014-06-21 21:25:17 -07:00 |
|
John-David Dalton
|
87a8780cca
|
Fix failing tests in older IE related to iteration order.
|
2014-06-21 15:12:49 -07:00 |
|
John-David Dalton
|
7d63970293
|
Remove sorting from _.functions.
|
2014-06-21 15:12:48 -07:00 |
|
John-David Dalton
|
ee267d23ba
|
Correct _.template use in saucelabs.js.
|
2014-06-21 15:12:48 -07:00 |
|
John-David Dalton
|
e0e4eed26b
|
Adjust unit tests.
|
2014-06-19 09:32:13 -07:00 |
|
John-David Dalton
|
5b280bd60d
|
Add excused tests for _.first, _.initial, _.last, _.rest, and _.template.
|
2014-06-19 09:32:13 -07:00 |
|
John-David Dalton
|
0d2db28908
|
Rename _.createCallback to _.callback.
|
2014-06-17 01:07:04 -07:00 |
|
John-David Dalton
|
20202b793b
|
Remove callback support from _.flatten and make it shallow by default.
|
2014-06-17 00:59:19 -07:00 |
|
John-David Dalton
|
62e84e73ae
|
Add _.clone and _.flatten tests.
|
2014-06-17 00:08:33 -07:00 |
|
John-David Dalton
|
73f6fd49d0
|
Align _.keys with ES6 and coerce primitives to objects.
|
2014-06-16 12:27:21 -07:00 |
|
John-David Dalton
|
4f9da35b76
|
Make _.max and _.min return unwrapped values when chaining.
|
2014-06-16 09:07:47 -07:00 |
|
John-David Dalton
|
4fd1eae84f
|
Fix typo to fix AMD tests.
|
2014-06-15 18:32:16 -07:00 |
|
John-David Dalton
|
e152f54903
|
Make tests work with es6 transpiled code.
|
2014-06-15 16:18:07 -07:00 |
|
John-David Dalton
|
5d3a9d817a
|
make ui.isModularize set to true if coming from lodash-es6.
|
2014-06-15 14:24:37 -07:00 |
|
John-David Dalton
|
39bdd37615
|
Correct the resolution of length in _.zip.
|
2014-06-15 11:45:04 -07:00 |
|
John-David Dalton
|
4c1a8f358a
|
Add more _.chunk tests.
|
2014-06-12 09:29:05 -07:00 |
|
John-David Dalton
|
05ff79f347
|
Avoid using passing in test descriptions.
|
2014-06-12 09:17:59 -07:00 |
|
John-David Dalton
|
b6bc844b4d
|
Remove support for cloning arrays and make _.isEqual more robust when comparing errors.
|
2014-06-12 08:38:35 -07:00 |
|
Blaine Bublitz
|
a58ad5006f
|
Initial implementation of _.chunk - close #465
|
2014-06-11 17:37:06 -07:00 |
|
John-David Dalton
|
6ab04866ec
|
Fix failing tests.
|
2014-06-11 12:24:18 -07:00 |
|
John-David Dalton
|
1f07f9d127
|
Fix _.isEqual test in environment w/o typed arrays.
|
2014-06-11 12:24:17 -07:00 |
|
John-David Dalton
|
e5ccfc4446
|
Ensure _.where returns elements that contain all source array values. [closes #583]
|
2014-06-11 12:24:17 -07:00 |
|
John-David Dalton
|
ec89382e35
|
Add error object tests to _.isEqual.
|
2014-06-11 12:24:17 -07:00 |
|
John-David Dalton
|
e8cfeec0cf
|
Cleanup tests and ensure the Worker test waits no more than 30 seconds (including retries).
|
2014-06-10 20:28:02 -07:00 |
|
John-David Dalton
|
c72171d1da
|
Add _.once tests for memorized return values.
|
2014-06-10 09:50:10 -07:00 |
|
John-David Dalton
|
885b56000b
|
Make less stable tests leverage the retry count of asyncTest.
|
2014-06-10 09:40:53 -07:00 |
|
John-David Dalton
|
5d2133a483
|
Fix unit test for rhino/ringo.
|
2014-06-09 09:37:14 -07:00 |
|
John-David Dalton
|
d2edf11726
|
Ensure _.callback supports binding built-in methods. [closes #576]
|
2014-06-09 01:40:02 -07:00 |
|
John-David Dalton
|
8572445f57
|
Optimize _.isEqual by using _.keys and ensure arguments objects are compared correctly.
|
2014-06-08 19:42:11 -07:00 |
|
John-David Dalton
|
8b8a9ae854
|
Attempt to fix Safari 4.
|
2014-06-06 15:00:36 -07:00 |
|
John-David Dalton
|
14da67121c
|
Add Safari 4 to saucelabs.js.
|
2014-06-05 00:47:25 -07:00 |
|
John-David Dalton
|
7b4fd28ef1
|
Ensure _.merge ignores undefined values of source object properties. [closes #573]
|
2014-06-04 08:56:13 -07:00 |
|
John-David Dalton
|
35a0756e5a
|
Add fallback for ArrayBuffer#slice.
|
2014-06-01 23:02:39 -07:00 |
|
John-David Dalton
|
e9ab17fcb1
|
Fix failing test.
|
2014-05-31 19:38:26 -05:00 |
|
John-David Dalton
|
2f9ba719d4
|
Add clone tests for array buffers.
|
2014-05-30 15:27:32 -04:00 |
|
John-David Dalton
|
fcc357ddd1
|
Source cleanup of onJobStart.
|
2014-05-30 14:58:36 -04:00 |
|