| // Copyright 2022 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| { |
| include: [ "//src/proc/tests/starnix_test.shard.cml" ], |
| program: { |
| binary: "/vendor/data/nativetest64/libutils_test/libutils_test", |
| args: [ "--gtest_filter=LooperTest.PollOnce_WhenNon*:LooperTest.PollOnce_WhenZero*:LooperTest.AddFd*:LooperTest.RemoveFd*:LooperTest.SendMessage*:LooperTest.RemoveMessage*:LooperTest.MultiThreaded*" ], |
| user: "root:x:0:0", |
| }, |
| } |