New Feature - WA Test cases

@thakur_deepali - the current implementation is such that it takes time because it searches for the smallest test case in the test file. Will try to speed it up.

Hey @thakur_deepali, sorry there was an issue with the feature. It is working now, please try again.

Hello @justani , just wanted to ask will this feature be available for other languages like Kotlin or is not currently being developed for other languages?

The languages which are supported for WA Debug currently are enough for 95%+ submissions. We will try to bring it for other languages based on the usage of languages. But no plans to pick this up till next month.

Thanks for the response😀

Add HASK as a supported language for this feature. Thanks!

This feature failed on MISREP Problem - CodeChef following question.
I think whenever there is multiple output exists and we have to print any one of it, this feature fail in that condition.
My solution - CodeChef: Practical coding for everyone
This feature completely failed.

Thanks for reporting. It was an oversight, and has been disabled for this problem now.

This feature is failing on some problems,

It says unable to find testcases

my submission, ALTSUFF

Hey @ketan_gupta ,

This generally happens when your code is not failing on any individual test case, but failing on some test file because of how test cases are ordered. You can try to debug this by checking the way you are storing some intermediate values in your code.

I will also check and get back if there is some error from our side due to which a test case was not found.

1 Like

@justani thanks for responding.

I am not getting this, which intermediate values you are talking about

I think your code fails on this test case.

Input:
1
4 1
1101

Expected output:
0010

Actual output:
1010

Let me know if this is correct. I am still debugging the reason why you did not get a test case.

In fact, the WA feature should work on this problem for you now. Please let me know any other problem on which you have faced similar issue.

more submission which fails to give WA Order by XOR and Good Permutations

Yes, WA is working for ALTSUFF now

GOOD_PERM Problem - CodeChef should work now.

Nice feature, i understand why it is a paid feature, however i think it would be nice a “debug WA test case” for free daily, at least the first one. or 7 per week ,whatever works best.

Now that this thing becomes premium I can’t even find my corner cases … forever.

it is not even able to find the test cases that were not satisfied after debugging so why did i even take the premium pack

Hey @srujan21630, If you are talking about your submission on BROKPHONE problem, then I think the problem is that you have included boost library which is not supported by our test case finder. If you remove the library header and then try, you should get the Wrong answer test case.

I will also add this library to our test case finder. Let me know if you still face any issue.