Skip to content

Commit 0e8ac1f

Browse files
committed
Enable more tests with asan (#1354)
1 parent 8c85b44 commit 0e8ac1f

22 files changed

Lines changed: 28 additions & 6 deletions

testsuite/api/addExternalResources2.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: no
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./addExternalResources2_from_ssm_lua/")

testsuite/api/deleteReferencesInSSD1.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: no
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./deleteReferences1_lua/")

testsuite/api/deleteReferencesInSSD2.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: no
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./deleteReferences2_lua/")

testsuite/api/deleteResourcesInSSP2.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: no
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./deleteResources2_lua/")

testsuite/api/importExportAllResources.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: no
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./importExportAllResources_lua/")

testsuite/api/import_export_units1.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: no
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./import_export_unit_01_lua/")

testsuite/api/import_export_units2.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: no
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./import_export_unit_02_lua/")

testsuite/api/setUnits1.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: no
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./setunits_01_lua/")

testsuite/api/setUnits2.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: no
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./setunits_02_lua/")

testsuite/export/exportSSVTemplate1.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ucrt64: yes
55
-- win: yes
66
-- mac: yes
7+
-- asan: yes
78

89
oms_setCommandLineOption("--suppressPath=true")
910
oms_setTempDirectory("./exportSSVTemplate_01_lua/")

0 commit comments

Comments
 (0)