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

Ported SparseLengthsSumTest to EE2 #3309

Closed
wants to merge 1 commit into from

Conversation

gcatron
Copy link
Contributor

@gcatron gcatron commented Jul 26, 2019

Summary:Ported SparseLengthsSumTest to EE2

Documentation:

Progress on #3239

Test Plan: Verify everything builds, Verify SparseLengthsSumTest runs and passes. (I'm not sure this is actually tested in CI. Verified to run on my laptop.)

Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gcatron has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@gcatron gcatron force-pushed the sparse_lengths_sum_test_ee2 branch from a7b4462 to 00661d6 Compare July 26, 2019 18:46
Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gcatron has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@beicy beicy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gcatron gcatron force-pushed the sparse_lengths_sum_test_ee2 branch from 00661d6 to 7632207 Compare July 26, 2019 21:57
Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gcatron has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

class SparseLengthsSum : public BackendTest {};
class SparseLengthsSum : public BackendTest {
public:
~SparseLengthsSum() override{};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dtor in the base class needs to be virtual.

@facebook-github-bot
Copy link

@gcatron merged this pull request in 18e7970.

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.

4 participants