Skip to content

Commit ca2e416

Browse files
Eric Stonecopybara-github
authored andcommitted
[roll] Roll fuchsia [tee] Stub TEE_UnmaskCancellation
Instead of panicking, return true from TEE_UnmaskCancellation. This is needed to pass preconditions for some tests, even though the tests themselves do not rely on this functionality. Proper implementation of Cancellation APIs is left as a TODO. As a result of this change, regression1038 no longer panics and fails. It talks to the TA successfully and determines to skip the test because it doesn't support MTE. Original-Bug: b/361406102 Test: fx test //src/tee Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1132523 Original-Revision: 7e5bfb887caa3b88e71abc8b996d6a6238a78c32 GitOrigin-RevId: b8e6aa68cd080fee25f1bd81f4526d837d04fda3 Change-Id: I5232b824907c1753d1fbbe5549ff5fda8ca14ac3
1 parent 21e26ba commit ca2e416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="73e9187e4664329c403780600aea34e2e1530098"/>
14+
revision="7e5bfb887caa3b88e71abc8b996d6a6238a78c32"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)