| # 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"], | |
| }, | |
| ] |