-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bug 1032731 - hack sdk/deprecated/unit-test-finder to work with new loader #33
Conversation
|
||
const { isNative } = require('@loader/options'); | ||
|
||
const cuddlefish = isNative ? require("toolkit/loader") : require("../loader/cuddlefish"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know cfx has a problem with extra require
s, and it'll reload toolkit/loader, but just double checking that this still works in cfx
(Mass-PR-close) |
This was just for diff/review purposes |
To avoid confusion with new contributors (who may see open PRs and think it's the accepted way to submit patches), would you mind using a branch on a personal repo instead? :-) |
Will do! |
Make it build (but sacrifice unit tests)
…2g_desktop Bug 1102010 - run build unit tests against b2g desktop
…sk_jb30162 [xulrunner] Add an API for posting external tasks to compositor thread. Contributes to JB#30162.
Bug 1283389 - Allow only five remote controllers to pair with TV
…or_cookie Implement Into<cookie::Cookie> for Cookie Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 2ee8645d6f5088c6d4b6bc8ad46466e290105418 --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : febdc4ffa784e71e23b58acac879b148ba4e98fb
…alize_for_cookie Implement Into<cookie::Cookie> for Cookie Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 2ee8645d6f5088c6d4b6bc8ad46466e290105418
…alize_for_cookie Implement Into<cookie::Cookie> for Cookie Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 2ee8645d6f5088c6d4b6bc8ad46466e290105418
Pick commits: acb90e9 - Add license for mixer crate 82e7ff9 - Move criterion crate to [dev-dependencies] f8b7d96 - Implement a new any-to-any mixer (#23) ae43813 - Remove the test_set_channel_layout_input (#32) 9d0a0e8 - Improve device switch tests (#14) 833a062 - Enable test_ops_stream_register_device_changed_callback (#33) Differential Revision: https://phabricator.services.mozilla.com/D58177 --HG-- extra : moz-landing-system : lando
No description provided.