-
Notifications
You must be signed in to change notification settings - Fork 260
write integration tests #32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Milestone
Comments
We need to do something along the following lines:
the integration tests would basically boil down to:
for the model checks at the end, we may reuse parts of the code that I've written for the existing model tests |
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
Apr 11, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
Apr 11, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
Apr 11, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
Apr 26, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
May 16, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
May 16, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
May 16, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
May 17, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
Jun 13, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
nwrogers
added a commit
to nwrogers/hotspot
that referenced
this issue
Jun 15, 2017
Also add supporting class for perf record so hotspot can generate perf.data files for existing test-clients (cpp-inlining, cpp-recursion). Fixes KDAB#32
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
we need to write some tests that check the integration of the perfparser utility library
The text was updated successfully, but these errors were encountered: