Commit 6c1bab73 authored by hidehiko's avatar hidehiko Committed by Commit bot

Non-SFI mode: Enable nacl_helper_nonsfi_unittests on bots.

This CL enables newly added nacl_helper_nonsfi_unittests on trybots.

TEST=Ran bots.
BUG=358465

Review URL: https://codereview.chromium.org/1173543002

Cr-Commit-Position: refs/heads/master@{#333712}
parent 05af1577
......@@ -182,12 +182,13 @@
'type': 'none',
'variables': {
'nacl_untrusted_build': 1,
'nexe_target': 'nacl_helper_nonsfi_unittests',
# Rename the output binary file to nacl_helper_nonsfi_unittests
# and put it directly under out/{Debug,Release}/, so that this is
# in the standard location, for running on the buildbots.
'nexe_target': 'nacl_helper_nonsfi_unittests_main',
# Rename the output binary file to
# nacl_helper_nonsfi_unittests_main and put it directly under
# out/{Debug,Release}/, so that this is in the standard location,
# for running on the buildbots.
'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests_main',
'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unitttests_main',
'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests_main',
'build_glibc': 0,
'build_newlib': 0,
......@@ -268,6 +269,7 @@
'type': 'none',
'dependencies': [
'nacl.gyp:nacl_helper_nonsfi_unittests',
'nacl_helper_nonsfi_unittests_main',
],
'includes': [
'../build/isolate.gypi',
......
......@@ -219,6 +219,9 @@
{
"test": "midi_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......@@ -407,6 +410,9 @@
{
"test": "midi_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......@@ -591,6 +597,9 @@
{
"test": "midi_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......
......@@ -283,6 +283,9 @@
{
"test": "mojo_system_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......@@ -2854,6 +2857,9 @@
{
"test": "mojo_system_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......@@ -3025,6 +3031,9 @@
{
"test": "mojo_system_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......@@ -3202,6 +3211,9 @@
{
"test": "mojo_system_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......@@ -3373,6 +3385,9 @@
{
"test": "mojo_system_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......
......@@ -125,6 +125,9 @@
{
"test": "midi_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......@@ -303,6 +306,9 @@
{
"test": "midi_unittests"
},
{
"test": "nacl_helper_nonsfi_unittests"
},
{
"test": "nacl_loader_unittests"
},
......
{
"compile_targets": [
"browser_tests_run",
"nacl_helper_nonsfi_unittests_run",
"nacl_loader_unittests_run",
"sandbox_linux_unittests_run"
],
"gtest_tests": [
"browser_tests",
"nacl_helper_nonsfi_unittests",
"nacl_loader_unittests",
"sandbox_linux_unittests"
]
......
......@@ -219,6 +219,12 @@
"mojo_public_system_unittests",
"mojo_public_utility_unittests",
"mojo_system_unittests",
{
"platforms": [
"linux"
],
"test": "nacl_helper_nonsfi_unittests"
},
"nacl_loader_unittests",
{
"swarming": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment