We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nimsuggest/tests/tmacro_highlight.nim fails after unrelated changes
I have 3 PR's where that test fails and nothing in those PRs seems related
abi
{.used: symbol}
... 2021-05-06T03:48:30.2418624Z Hint: [Link]� 2021-05-06T03:48:30.3127995Z Hint: 64270 lines; 2.322s; 61.945MiB peakmem; proj: tester; out: tester_79436C22C3234E04E1F495161533F3E0A8DFC092 [SuccessX]� 2021-05-06T03:48:30.3129751Z Hint: ***SLOW, DEBUG BUILD***; -d:release makes code run faster. [BuildMode]� 2021-05-06T03:48:30.3130689Z Hint: /home/vsts/.cache/nim/tester_d/tester_79436C22C3234E04E1F495161533F3E0A8DFC092 [Exec]� 2021-05-06T03:48:30.3149862Z Test nimsuggest/tests/taccent_highlight.nim ... 2021-05-06T03:48:47.5049210Z Test nimsuggest/tests/tdot3.nim 2021-05-06T03:48:49.7860434Z Test nimsuggest/tests/tdot4.nim 2021-05-06T03:48:50.7922563Z Test nimsuggest/tests/tgeneric_highlight.nim 2021-05-06T03:48:53.1844414Z disabled epc: /home/vsts/work/1/s/nimsuggest/tests/tgeneric_highlight.nim 2021-05-06T03:48:53.1845825Z Test nimsuggest/tests/tinclude.nim 2021-05-06T03:48:53.8561532Z Test nimsuggest/tests/tmacro_highlight.nim 2021-05-06T03:48:54.4922437Z ==== STDIN ====================================== 2021-05-06T03:48:54.4922966Z 2021-05-06T03:48:54.4923499Z Test failed: /home/vsts/work/1/s/nimsuggest/tests/tmacro_highlight.nim 2021-05-06T03:48:54.4924522Z Expected: highlight skMacro 1 6 1 2021-05-06T03:48:54.4925013Z highlight skType 1 11 6 2021-05-06T03:48:54.4925458Z highlight skType 1 20 7 2021-05-06T03:48:54.4926180Z highlight skMacro 3 0 1 2021-05-06T03:48:54.4926603Z highlight skMacro 3 0 1 2021-05-06T03:48:54.4926876Z 2021-05-06T03:48:54.4927249Z But got: 2021-05-06T03:48:54.4927835Z disabled epc: /home/vsts/work/1/s/nimsuggest/tests/tmacro_highlight.nim 2021-05-06T03:48:54.4928420Z Test nimsuggest/tests/tno_deref.nim 2021-05-06T03:48:55.5288426Z Test nimsuggest/tests/tobj_highlight.nim ...
works
1.5.1 706562f
The text was updated successfully, but these errors were encountered:
disable tmacro_highlight on i386, refs #17945 (#17949)
39e0a53
I've disabled the test for i386 in #17949 to avoid impacting other PRs, but this bug is still there and should be investigated
Sorry, something went wrong.
disable tmacro_highlight on i386, refs nim-lang#17945 (nim-lang#17949)
31ebe3e
No branches or pull requests
nimsuggest/tests/tmacro_highlight.nim fails after unrelated changes
I have 3 PR's where that test fails and nothing in those PRs seems related
Example
(saved as https://gist.github.com/timotheecour/c3d28f53bbcd92af35fdeb7db395ae04) for this PR: fix #14873 properly by skipping
abi
field in importc type #17944 which should have nothing to do with it(saved as https://gist.github.com/timotheecour/920a7059bb60ba57b70cb73ed05a458b) for this PR:
{.used: symbol}
: fixes lots of issues with UnusedImport, XDeclaredButNotUsed, etc; fix #13185, #17511, #17510, #14246 #17938 which has nothing to do with either the other PR nor that test.Current Output
Expected Output
works
Possible Solution
1.5.1 706562f
The text was updated successfully, but these errors were encountered: