1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Libraries/LibJS/Tests
Brian Gianforcaro d74ad81402 js/LibJS: Move test functions to pure javascript.
The addition of assert functions to Userland/js
was done before we had load(..) implemented. Now
that it exists, it seems like the right move the
test helper functions to pure javascript instead
of poluting js with random global functions.
2020-04-14 12:55:31 +02:00
..
array-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Array.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Array.prototype.pop.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Array.prototype.shift.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Array.prototype.toString.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
arrow-functions.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
binary-bitwise-operators-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Boolean.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Boolean.prototype.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Boolean.prototype.toString.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Boolean.prototype.valueOf.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
comments-basic.js LibJS: Handle HTML-style comments 2020-04-14 12:54:09 +02:00
constructor-basic.js LibJS: Implement basic support for the "new" keyword 2020-03-28 16:33:52 +01:00
continue-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.now.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.prototype.getDate.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.prototype.getDay.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.prototype.getFullYear.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.prototype.getHours.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.prototype.getMilliseconds.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.prototype.getMinutes.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.prototype.getMonth.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.prototype.getSeconds.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Date.prototype.getTime.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
do-while-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Error.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Error.prototype.name.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Error.prototype.toString.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
exception-ReferenceError.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
exponentiation-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
for-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
for-no-curlies.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
function-length.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
function-missing-arg.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
function-this-in-arguments.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
function-TypeError.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Function.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Function.prototype.apply.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Function.prototype.call.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Function.prototype.toString.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Infinity-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
instanceof-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
invalid-lhs-in-assignment.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
let-scoping.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
logical-expressions-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
logical-expressions-short-circuit.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math-constants.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math.abs.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math.ceil.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math.cos.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math.max.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math.min.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math.sin.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math.sqrt.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math.tan.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Math.trunc.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
modulo-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
NaN-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Number-constants.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Number.isSafeInteger.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Number.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Number.prototype.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
numeric-literals-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
object-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Object.defineProperty.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Object.getOwnPropertyNames.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Object.getPrototypeOf.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Object.prototype.constructor.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Object.prototype.hasOwnProperty.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Object.prototype.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
Object.prototype.toString.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
parser-unary-associativity.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
run-tests js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
String.prototype.charAt.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
String.prototype.indexOf.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
String.prototype.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
String.prototype.padEnd.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
String.prototype.padStart.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
String.prototype.startsWith.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
String.prototype.toLowerCase.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
String.prototype.toString.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
String.prototype.toUpperCase.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
switch-basic-2.js LibJS: Use assertNotReached() in tests 2020-04-13 16:28:50 +02:00
switch-basic-3.js LibJS: Fix test files indentation (4 spaces) 2020-04-13 16:28:50 +02:00
switch-basic.js LibJS: Fix test files indentation (4 spaces) 2020-04-13 16:28:50 +02:00
switch-break.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
ternary-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
test-common.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
throw-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
to-number-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
typeof-basic.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
var-multiple-declarator.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
var-scoping.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
variable-declaration.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00
variable-undefined.js js/LibJS: Move test functions to pure javascript. 2020-04-14 12:55:31 +02:00