Sam Kravitz
|
c97eec030c
LibJS: Test function toBeCloseTo takes an optional precision argument
|
2 年 前 |
Sam Kravitz
|
73c8650ea0
LibJS: Expect this.target to have typeof number in toBeCloseTo
|
2 年 前 |
Shannon Booth
|
2401c0ff7e
LibJS/Tests: Add support for expected failure (xfail) tests
|
2 年 前 |
davidot
|
0d8bab82f0
LibJS: Add custom details to toBe{True, False} shown on failure
|
2 年 前 |
davidot
|
fa030d7b9c
LibJS: Clarify more errors in test-common
|
2 年 前 |
davidot
|
cf0d30add6
LibJS: Add a function to ensure calls are made within the same second
|
2 年 前 |
davidot
|
49fc0e2514
LibJS: Add space in output of toEval in test-common.js
|
2 年 前 |
davidot
|
80f23abd0a
LibJS: Add descriptive output to test-commons expect().toThrow()
|
2 年 前 |
Ali Mohammad Pur
|
a5958b5f45
LibJS: Allow 'expect().fail("some random string")' in test-js
|
3 年 前 |
Ali Mohammad Pur
|
8b50009e9b
LibTest: Provide detailed per-file JSON output with --per-file
|
3 年 前 |
Ali Mohammad Pur
|
0fe97cdfe4
LibJS: Print the expected and received value on expect.toEqual() failure
|
3 年 前 |
Anonymous
|
1e0facb7ee
LibJS: Implement the Number::remainder AO using fmod
|
3 年 前 |
davidot
|
45646eee43
LibJS: Fix Map Iterators when elements are deleted during iteration
|
3 年 前 |
davidot
|
450dedabd1
LibJS: Add messages to the toEval and toEvalTo tests
|
3 年 前 |
Hendi
|
c194afd17c
LibJS: Fix runaway let scope when parsing for-in/of statements
|
4 年 前 |
Linus Groh
|
5ee753ffaa
LibJS/Tests: Fix toBeFalse() details prefix
|
4 年 前 |
Linus Groh
|
63a1275378
LibJS/Tests: Improve valueToString() output
|
4 年 前 |
Linus Groh
|
299c3069c1
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
4 年 前 |
Linus Groh
|
7489189645
LibJS/Tests: Use Object.prototype.toString() for values in test details
|
4 年 前 |
Idan Horowitz
|
670be04c81
LibJS: Add the Set built-in object
|
4 年 前 |
Ali Mohammad Pur
|
09cf1040ef
LibJS/Tests: Catch exceptions in describe() itself
|
4 年 前 |
Linus Groh
|
b221cad659
LibJS/Tests: Add details for toBeTrue() / toBeFalse() expectation error
|
4 年 前 |
Linus Groh
|
f28491dbe7
LibJS/Tests: Add details for toThrowWithMessage did-not-throw case
|
4 年 前 |
Linus Groh
|
5b18bce23c
LibJS/Tests: Add prefix to toThrowWithMessage expectation error details
|
4 年 前 |
Linus Groh
|
431782bcd6
LibJS/Tests: Add details for toThrowWithMessage() expectation error
|
4 年 前 |
Linus Groh
|
346560d7c8
LibJS/Tests: Use hasOwnProperty() for duplicate test check
|
4 年 前 |
Linus Groh
|
883e8683b2
LibJS/Tests: Remove fileName and lineNumber args from ExpectationError
|
4 年 前 |
Linus Groh
|
d400be05ec
LibJS/Tests: Improve expectation error details
|
4 年 前 |
Linus Groh
|
1ea8d73628
LibJS: Provide 'details' key in results object for duplicate test
|
4 年 前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年 前 |