Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Enable WPT on Linux in Taskcluster #24418

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Enable WPT in Linux taskcluster CI.

  • Loading branch information
jdm committed Oct 10, 2019
commit c41e25bb2396935162b091e2b9978edbe10ed269
@@ -22,9 +22,6 @@ def main(task_for):
# This local variable shadows the module-level function of the same name.
android_x86_wpt = android_x86_release

# Implemented but disabled for now:
linux_wpt = lambda: None # Shadows the existing top-level function

all_tests = [
linux_tidy_unit_docs,
windows_unit,
@@ -100,7 +97,6 @@ def main(task_for):
def mocked_only():
windows_release()
android_x86_wpt()
linux_wpt()
decisionlib.DockerWorkerTask("Indexed by task definition").find_or_create()


ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.