Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
a9e695fb
Commit
a9e695fb
authored
11 years ago
by
Ryan VanderMeulen
Browse files
Options
Downloads
Patches
Plain Diff
Bug 960345 - Disable OOP browser-element mochitests on OSX debug.
parent
5ad5bcc9
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dom/browser-element/mochitest/Makefile.in
+11
-12
11 additions, 12 deletions
dom/browser-element/mochitest/Makefile.in
with
11 additions
and
12 deletions
dom/browser-element/mochitest/Makefile.in
+
11
−
12
View file @
a9e695fb
...
...
@@ -182,7 +182,16 @@ MOCHITEST_FILES = \
# Both the "inproc" and "oop" versions of OpenMixedProcess open remote frames,
# so we don't run that test on platforms which don't support OOP tests.
# Bug 960345 - Disabled on OSX debug for frequent crashes.
ifeq
($(MOZ_WIDGET_TOOLKIT),cocoa)
ifdef
MOZ_DEBUG
OSX_DEBUG
=
1
endif
endif
ifndef
MOZ_ANDROID_OMTC
#{
ifndef
OSX_DEBUG
MOCHITEST_FILES
+=
\
browserElement_OpenMixedProcess.js
\
file_browserElement_OpenMixedProcess.html
\
...
...
@@ -211,6 +220,7 @@ MOCHITEST_FILES += \
test_browserElement_oop_Alert.html
\
test_browserElement_oop_AlertInFrame.html
\
test_browserElement_oop_TargetTop.html
\
test_browserElement_oop_FirstPaint.html
\
test_browserElement_oop_ForwardName.html
\
test_browserElement_oop_TargetBlank.html
\
test_browserElement_oop_PromptCheck.html
\
...
...
@@ -238,18 +248,6 @@ MOCHITEST_FILES += \
test_browserElement_oop_VisibilityChange.html
\
test_browserElement_oop_BrowserWindowResize.html
\
$(
NULL
)
# Disabled on OSX debug for frequent crashes.
ifeq
($(MOZ_WIDGET_TOOLKIT),cocoa)
ifdef
MOZ_DEBUG
SKIP_THIS_TEST
=
1
endif
endif
ifndef
SKIP_THIS_TEST
MOCHITEST_FILES
+=
\
test_browserElement_oop_FirstPaint.html
\
$(
NULL
)
endif
# Disabled until bug 930449 makes it stop timing out
# test_browserElement_oop_ContextmenuEvents.html \
...
...
@@ -262,4 +260,5 @@ endif
# Disabled until we fix bug 906096.
# test_browserElement_oop_SetInputMethodActive.html \
endif
# OSX_DEBUG
endif
#}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment