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

test('T23346', normal, compile_and_run, [''])