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

removed build_daemon_ddc_and_canary_evaluate_test #2513

Merged

Conversation

jyameo
Copy link
Contributor

@jyameo jyameo commented Oct 31, 2024

Through investigation, we've determined that build_web_compilers exclusively supports the AMD format. As a result, build_daemon_ddc_and_canary_evaluate_test is not functioning as intended. It disregards the canaryFeatures flag and defaults to the AMD format regardless, making the test redundant. This issue proposes removing the test, as it does not accurately validate the intended functionality. #2512

@jyameo
Copy link
Contributor Author

jyameo commented Oct 31, 2024

CC @bkonyi @derekxu16

@srujzs
Copy link
Contributor

srujzs commented Oct 31, 2024

We may want to add this back in the future if we want to support other formats, but right now we're always testing with DDC's AMD module format regardless of what we pass in:

loadStrategy = BuildRunnerRequireStrategyProvider(

@jyameo jyameo merged commit 099cae2 into dart-lang:main Oct 31, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants