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

nimsuggest/tests/tmacro_highlight.nim fails after unrelated changes on i386 #17945

Open
timotheecour opened this issue May 6, 2021 · 1 comment

Comments

@timotheecour
Copy link
Member

timotheecour commented May 6, 2021

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

Current Output

...
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
...

Expected Output

works

Possible Solution

1.5.1 706562f

@timotheecour
Copy link
Member Author

I've disabled the test for i386 in #17949 to avoid impacting other PRs, but this bug is still there and should be investigated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant