mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Downgrade rseq test TODOs to NOTEs.
PiperOrigin-RevId: 621626382
This commit is contained in:
@@ -197,7 +197,7 @@ TEST(RseqTest, InvalidAbortClearsCS) {
|
||||
RunChildTest(kRseqTestInvalidAbortClearsCS, 0);
|
||||
}
|
||||
|
||||
// TODO(b/326665974): Implement clone() in rseq/start_arm64.S.
|
||||
// NOTE(b/326665974): Needs implementation of clone() in rseq/start_arm64.S.
|
||||
#if defined(__x86_64__)
|
||||
TEST(RseqTest, MembarrierResetsCpuIdStart) {
|
||||
SKIP_IF(!ASSERT_NO_ERRNO_AND_VALUE(RSeqSupported()));
|
||||
|
||||
@@ -49,7 +49,7 @@ raw_syscall:
|
||||
.type clone, @function
|
||||
|
||||
clone:
|
||||
// TODO(b/326665974)
|
||||
// NOTE(b/326665974): implement me
|
||||
mov x0,#-38 // ENOSYS
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user