blob: 790deb3212479ad7b16fbec93129a29f245ff05d [file] [log] [blame]
# This file contains a list of Non-SFI NaCl Mojo gtest app tests.
# This must be a valid python dictionary.
tests = [
{
"test": "mojo:monacl_test_nonsfi",
# Multiprocess mode is required for the nonsfi nacl tests: the content
# handler for these tests must exist in a 32-bit process but the parent
# may be a 64-bit process. This makes multithreading insufficient for
# these tests.
"shell-args": ["--enable-multiprocess"],
},
]