Skip to content

Commit

Permalink
enable nanosleep nocrash analyze test
Browse files Browse the repository at this point in the history
Summary: Enable an additional test.

Reviewed By: VladimirMakaev

Differential Revision: D39430020

fbshipit-source-id: 3d2d19645f8337767ed25f18d7e2e672d854c6e9
  • Loading branch information
rrnewton authored and facebook-github-bot committed Dec 7, 2022
1 parent becb4ef commit f40bd81
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,15 @@ buck_sh_test(
),
# TODO: enable more analyze tests:
# ("cas_sequence", "$(location //hermetic_infra/hermit/tests:chaos_cas_sequence_bin)"),
# ("nanosleep-threads-nocrash", "$(location //hermetic_infra/hermit/tests:nanosleep-threads-nocrash)"),
(
"nanosleep-threads-nocrash",
"$(location //hermetic_infra/hermit/tests:nanosleep-threads-nocrash)",
# TODO(T139493442): this test exits under the baseline hermit run currently, so we could use a feature to
# flip the target/baseline automatically
"--run-arg=--base-env=empty --target-exit-code=0",
# TODO: indicate the right lines to blame:
"",
),
]
]

Expand Down

0 comments on commit f40bd81

Please sign in to comment.