diff options
author | Don Brady <[email protected]> | 2018-02-08 09:31:15 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-02-08 15:29:38 -0800 |
commit | fc5d4b6737b810be88d60ca5fa9de7e2fba4e26d (patch) | |
tree | 6772520c8a4902507678dcc731bf820e57cabc48 /tests/runfiles | |
parent | ee00bfb2e6d50b75b045a37eae5b85a048a05aa7 (diff) |
Increase code coverage for Lua libraries
Add test coverage for lua libraries
Remove dead code in Lua implementation
Signed-off-by: Don Brady <[email protected]>
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 1bd3fd605..6bbc3a6b6 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -65,8 +65,8 @@ tags = ['functional', 'casenorm'] [tests/functional/channel_program/lua_core] tests = ['tst.args_to_lua', 'tst.divide_by_zero', 'tst.exists', 'tst.integer_illegal', 'tst.integer_overflow', 'tst.language_functions_neg', - 'tst.language_functions_pos', 'tst.large_prog', 'tst.memory_limit', - 'tst.nested_neg', 'tst.nested_pos', 'tst.nvlist_to_lua', + 'tst.language_functions_pos', 'tst.large_prog', 'tst.libraries', + 'tst.memory_limit', 'tst.nested_neg', 'tst.nested_pos', 'tst.nvlist_to_lua', 'tst.recursive_neg', 'tst.recursive_pos', 'tst.return_large', 'tst.return_nvlist_neg', 'tst.return_nvlist_pos', 'tst.return_recursive_table', 'tst.timeout'] |