summaryrefslogtreecommitdiff
path: root/testsuite/tests/javascript/all.T
blob: 3da7759da5a6ce7ca69d46cf31f852f8fb4b8cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# These are JavaScript-specific tests
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, [''])