diff options
Diffstat (limited to 'testsuite/tests/javascript/all.T')
-rw-r--r-- | testsuite/tests/javascript/all.T | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/javascript/all.T b/testsuite/tests/javascript/all.T index 6ff2a7818a..3da7759da5 100644 --- a/testsuite/tests/javascript/all.T +++ b/testsuite/tests/javascript/all.T @@ -2,3 +2,16 @@ setTestOpts(when(not(js_arch()),skip)) test('T23101', normal, compile_and_run, ['']) + +test('js-ffi-int', normal, compile_and_run, ['']) +test('js-ffi-string', normal, compile_and_run, ['']) +test('js-ffi-null', normal, compile_and_run, ['']) +test('js-ffi-isNull', normal, compile_and_run, ['']) +test('js-ffi-isUndefined', normal, compile_and_run, ['']) +test('js-ffi-array', normal, compile_and_run, ['']) + +test('js-callback01', normal, compile_and_run, ['']) +test('js-callback02', normal, compile_and_run, ['']) +test('js-callback03', normal, compile_and_run, ['']) +test('js-callback04', js_skip, compile_and_run, ['']) +test('js-callback05', js_skip, compile_and_run, ['']) |