mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add todo to handle_test. (flutter/engine#26453)
This commit is contained in:
parent
24e35adeb4
commit
d7ed065392
@ -55,6 +55,7 @@ void main() {
|
||||
expect(pair.first.koid, duplicate.koid);
|
||||
});
|
||||
|
||||
// TODO(fxbug.dev/77599): Simplify once zx_object_get_info is available.
|
||||
test('reduced rights', () {
|
||||
// Set up handle.
|
||||
final HandleResult vmo = System.vmoCreate(2);
|
||||
@ -123,6 +124,7 @@ void main() {
|
||||
expect(koid, replaced.koid);
|
||||
});
|
||||
|
||||
// TODO(fxbug.dev/77599): Simplify once zx_object_get_info is available.
|
||||
test('reduced rights', () {
|
||||
// Set up handle.
|
||||
final HandleResult vmo = System.vmoCreate(2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user