-
Notifications
You must be signed in to change notification settings - Fork 18
Pass problematic tests #82
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Based on maldil@705e59f
We're getting it from the parent pom.
It would seem that the test files are in the normal source directories.
Not sure if it's completely necessary.
The token isn't working.
This reverts commit 5953caf.
I think it is included in the deployment.
Different projects have different build and resource directories.
Adding log for the dataflow sources
Use parallel testing
…_test Add test having a decorated function with a tensor parameter.
Cancel in-progress builds when a new commit is pushed. From https://github.com/wala/WALA/blob/89de874efbc3369097e03b85493f4a3beb8e1a44/.github/workflows/continuous-integration.yml#L7-L9.
* Adding log for analysis results * Shorten. --------- Co-authored-by: Raffi Khatchadourian <raffi.khatchadourian@hunter.cuny.edu>
Centralize test config
Otherwise, we get a warning that it is empty.
Ensure ML tests has non-empty JAR
Fix extra function caused by additional summary entries for tensor generators
Adding second level APIs
That way, when we fix the bug, the tests will fail, in which case we will know that our fix is working. Also, we won't forget to uncomment the problematic tests.
Superseded by #83. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
That way, when we fix the bug, the tests will fail, in which case we will know that our fix is working. Also, we won't forget to uncomment the problematic tests.