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 @@ ...@@ -182,12 +182,13 @@
'type': 'none', 'type': 'none',
'variables': { 'variables': {
'nacl_untrusted_build': 1, 'nacl_untrusted_build': 1,
'nexe_target': 'nacl_helper_nonsfi_unittests', 'nexe_target': 'nacl_helper_nonsfi_unittests_main',
# Rename the output binary file to nacl_helper_nonsfi_unittests # Rename the output binary file to
# and put it directly under out/{Debug,Release}/, so that this is # nacl_helper_nonsfi_unittests_main and put it directly under
# in the standard location, for running on the buildbots. # 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_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_glibc': 0,
'build_newlib': 0, 'build_newlib': 0,
...@@ -268,6 +269,7 @@ ...@@ -268,6 +269,7 @@
'type': 'none', 'type': 'none',
'dependencies': [ 'dependencies': [
'nacl.gyp:nacl_helper_nonsfi_unittests', 'nacl.gyp:nacl_helper_nonsfi_unittests',
'nacl_helper_nonsfi_unittests_main',
], ],
'includes': [ 'includes': [
'../build/isolate.gypi', '../build/isolate.gypi',
......
...@@ -219,6 +219,9 @@ ...@@ -219,6 +219,9 @@
{ {
"test": "midi_unittests" "test": "midi_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
...@@ -407,6 +410,9 @@ ...@@ -407,6 +410,9 @@
{ {
"test": "midi_unittests" "test": "midi_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
...@@ -591,6 +597,9 @@ ...@@ -591,6 +597,9 @@
{ {
"test": "midi_unittests" "test": "midi_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
......
...@@ -283,6 +283,9 @@ ...@@ -283,6 +283,9 @@
{ {
"test": "mojo_system_unittests" "test": "mojo_system_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
...@@ -2854,6 +2857,9 @@ ...@@ -2854,6 +2857,9 @@
{ {
"test": "mojo_system_unittests" "test": "mojo_system_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
...@@ -3025,6 +3031,9 @@ ...@@ -3025,6 +3031,9 @@
{ {
"test": "mojo_system_unittests" "test": "mojo_system_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
...@@ -3202,6 +3211,9 @@ ...@@ -3202,6 +3211,9 @@
{ {
"test": "mojo_system_unittests" "test": "mojo_system_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
...@@ -3373,6 +3385,9 @@ ...@@ -3373,6 +3385,9 @@
{ {
"test": "mojo_system_unittests" "test": "mojo_system_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
......
...@@ -125,6 +125,9 @@ ...@@ -125,6 +125,9 @@
{ {
"test": "midi_unittests" "test": "midi_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
...@@ -303,6 +306,9 @@ ...@@ -303,6 +306,9 @@
{ {
"test": "midi_unittests" "test": "midi_unittests"
}, },
{
"test": "nacl_helper_nonsfi_unittests"
},
{ {
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
......
{ {
"compile_targets": [ "compile_targets": [
"browser_tests_run", "browser_tests_run",
"nacl_helper_nonsfi_unittests_run",
"nacl_loader_unittests_run", "nacl_loader_unittests_run",
"sandbox_linux_unittests_run" "sandbox_linux_unittests_run"
], ],
"gtest_tests": [ "gtest_tests": [
"browser_tests", "browser_tests",
"nacl_helper_nonsfi_unittests",
"nacl_loader_unittests", "nacl_loader_unittests",
"sandbox_linux_unittests" "sandbox_linux_unittests"
] ]
......
...@@ -219,6 +219,12 @@ ...@@ -219,6 +219,12 @@
"mojo_public_system_unittests", "mojo_public_system_unittests",
"mojo_public_utility_unittests", "mojo_public_utility_unittests",
"mojo_system_unittests", "mojo_system_unittests",
{
"platforms": [
"linux"
],
"test": "nacl_helper_nonsfi_unittests"
},
"nacl_loader_unittests", "nacl_loader_unittests",
{ {
"swarming": { "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