Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e0f98c0c
Commit
e0f98c0c
authored
Sep 15, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Mark some tests as todo for ARM64.
parent
6cde96fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
wow64.c
dlls/ntdll/tests/wow64.c
+2
-0
No files found.
dlls/ntdll/tests/wow64.c
View file @
e0f98c0c
...
...
@@ -540,6 +540,7 @@ static void test_cross_process_notifications( HANDLE process, void *ptr )
FlushInstructionCache
(
process
,
addr
,
0x1234
);
entry
=
pop_from_work_list
(
&
list
->
work_list
);
todo_wine_if
(
current_machine
==
IMAGE_FILE_MACHINE_ARM64
)
entry
=
expect_cross_work_entry
(
list
,
entry
,
CrossProcessFlushCache
,
addr
,
0x1234
,
0xcccccccc
,
0xcccccccc
,
0xcccccccc
,
0xcccccccc
);
ok
(
!
entry
,
"not at end of list
\n
"
);
...
...
@@ -1084,6 +1085,7 @@ static void test_image_mappings(void)
}
else
if
(
current_machine
==
IMAGE_FILE_MACHINE_ARM64
)
{
todo_wine
ok
(
status
==
STATUS_IMAGE_MACHINE_TYPE_MISMATCH
,
"NtMapViewOfSection returned %08lx
\n
"
,
status
);
NtUnmapViewOfSection
(
process
,
ptr
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment