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
afcb9a01
Commit
afcb9a01
authored
Jan 12, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jscript: Run sanity check with invoke_version 0.
parent
e7bb8813
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
run.c
dlls/jscript/tests/run.c
+2
-1
No files found.
dlls/jscript/tests/run.c
View file @
afcb9a01
...
...
@@ -108,7 +108,7 @@ static const CHAR test_valA[] = "testVal";
static
BOOL
strict_dispid_check
;
static
const
char
*
test_name
=
"(null)"
;
static
IDispatch
*
script_disp
;
static
int
invoke_version
=
2
;
static
int
invoke_version
;
static
IActiveScriptError
*
script_error
;
/* Returns true if the user interface is in English. Note that this does not
...
...
@@ -1680,6 +1680,7 @@ START_TEST(run)
if
(
!
check_jscript
())
{
win_skip
(
"Broken engine, probably too old
\n
"
);
}
else
if
(
argc
>
2
)
{
invoke_version
=
2
;
run_from_file
(
argv
[
2
]);
}
else
{
trace
(
"invoke version 0
\n
"
);
...
...
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