-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
run_vm_tests should support running tests through kernel #28264
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
front-end-kernel
P3
A lower priority bug or feature request
Comments
mraleph
added
area-kernel
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
labels
Jan 5, 2017
I am working on running all tests through DFE isolate which should enable this. |
We are running This is blocked on #29172 |
mraleph
added
the
status-blocked
Blocked from making progress by another (referenced) issue
label
Mar 27, 2017
15 tasks
aam
added a commit
that referenced
this issue
May 15, 2017
Allow kernel service request to provide source files(filename, content), which will be used to build up MemoryFileSystem instance. MemoryFileSystem instance will be used instead of PhysicalFileSystem instance. Immediate need for this is to support VM unit testing, where small Dart scripts that have to be parsed are hardcoded in the unit tests. BUG=#28264 R=scheglov@google.com Review-Url: https://codereview.chromium.org/2880453005 .
aam
added a commit
that referenced
this issue
May 18, 2017
With this change one can run run_vm_tests and pass to it reference to kernel parser snapshot. For example, out/DebugX64/run_vm_tests --dfe=out/DebugX64/gen/kernel-service.dart.snapshot Debugger_RemoveBreakpoint As this represents first step, this change enables only tests in debugger_test.cc to run with kernel frontend. There will be follow-up cls that enable all of the VM tests to use kernel frontend. BUG=#28264 R=asiva@google.com Review-Url: https://codereview.chromium.org/2881953002 .
aam
added a commit
that referenced
this issue
May 22, 2017
This reverts commit 530a0df. This relands https://codereview.chromium.org/2881953002/ that had to be reverted because it caused Dartium build regression. Now fix for Dartium build on mac is in place with Dartium order file update(https://codereview.chromium.org/2887183003) and corresponding Dartium DEPS rollforward(https://codereview.chromium.org/2888283003/). BUG=#28264 R=asiva@google.com Review-Url: https://codereview.chromium.org/2898743003 .
aam
added a commit
that referenced
this issue
May 23, 2017
…rt Frontend parser. BUG=#28264 R=asiva@google.com Review-Url: https://codereview.chromium.org/2881833003 .
aam
added a commit
that referenced
this issue
May 25, 2017
…vm tests with Dart Frontend parser."" This reverts commit e0cdea8. Update status of vm tests, that don't work with DFE yet. BUG=#28264 R=asiva@google.com Review-Url: https://codereview.chromium.org/2895153005 .
aam
added a commit
that referenced
this issue
May 25, 2017
TBR=siva BUG=#28264 Review-Url: https://codereview.chromium.org/2901103006 .
aam
added a commit
that referenced
this issue
Jun 2, 2017
This was accidentally disabled in 7e2d9ac. BUG=#28264 R=asiva@google.com Review-Url: https://codereview.chromium.org/2920733004 .
The blocked-on issue is closed. |
@aam I think vm tests are running. Please reopen if this is not the case. |
mraleph
removed
status-blocked
Blocked from making progress by another (referenced) issue
paramount-17q1
labels
Apr 24, 2018
kmillikin
added
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
front-end-kernel
labels
Sep 19, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
front-end-kernel
P3
A lower priority bug or feature request
Our cc tests often load code dynamically.
Right now we are skipping these tests on the Kernel bots but we should instead enable running them through dartk isolate.
The text was updated successfully, but these errors were encountered: