Commit Graph

509 Commits

Author SHA1 Message Date
Sandeep Somavarapu
a3f6ecc5eb #103544 comment out failing test 2020-07-29 11:01:37 +02:00
Alex Dima
f485d75605 Revert change that breaks integration tests 2020-07-28 12:04:57 +02:00
Matt Bierner
7493065766 Fix webview special paths for resources and re-enable test
Fixes #103419
2020-07-27 21:41:30 -07:00
Alex Dima
88e6416265 comment out failing web integration test 2020-07-27 17:50:47 +02:00
Rob Lourens
50652f8189 Fix findFiles integration tests after PR even more 2020-07-26 18:35:14 -07:00
Rob Lourens
e2de23c683 Fix integration tests 2020-07-25 09:21:27 -07:00
Jean Pierre
86c04f72be Fixes regression: cannot open image with special characters '#', '?', '%' (#102189)
* Fixes #102188

* Add unit test for #102188
2020-07-24 13:58:54 -07:00
Alex Ross
5e5fa3edde Tasks without a registered definition should run (#102696)
Fixes #102684
2020-07-16 14:42:02 +02:00
Alex Ross
a05390d952 Disable failing tasks test to get build 2020-07-16 10:45:17 +02:00
Matt Bierner
599f3b60e2 Skip mac copy test for now
Failing in CI
2020-07-14 13:04:26 -07:00
Matt Bierner
a7285b471c Enable webview tests on remote as well (#102444)
* Enable webview tests on remote as well

* Delete conditional test type
2020-07-14 11:28:06 -07:00
Benjamin Pasero
ab1d1ad588 Web: integration test failures in workspace events (fix #102365) 2020-07-14 15:14:23 +02:00
Matt Bierner
f4d766ca55 Fix one of the webview integration tests 2020-07-13 17:15:00 -07:00
Matt Bierner
731a788e0e Use joinPath instead of node path.join 2020-07-13 17:15:00 -07:00
Johannes Rieken
1261e43fc1 don't run focus-dependent test on build machines, https://github.com/microsoft/vscode/issues/100828 2020-07-07 10:21:52 +02:00
Johannes Rieken
ef9a24f021 don't check for number of documents, https://github.com/microsoft/vscode/issues/100842 2020-06-25 10:20:49 +02:00
Johannes Rieken
f2d49ea57e add debug logging for https://github.com/microsoft/vscode/issues/100828 2020-06-23 13:19:31 +02:00
Christof Marti
3d93daf7ca Not only (#70887) 2020-06-23 10:22:21 +02:00
Sandeep Somavarapu
434dc1bb66 Disabled as it is failing in build @jrieken #100828 2020-06-23 10:15:29 +02:00
Alex Ross
40bda94ebc Custom executions get lost during fetchTasks
Fixes #100577
2020-06-22 18:36:32 +02:00
Alex Ross
447603c7dc Specifically test ordering in CustomExecution test
Part of #100733
2020-06-22 18:36:31 +02:00
Christof Marti
0a8c1aea39 Update fix (#70887) 2020-06-22 17:58:04 +02:00
Christof Marti
4242275cb1 Fix tests (fixes #70887) 2020-06-22 14:02:42 +02:00
Alex Ross
1a1b76f0ee Check for undefined specifically in task execution test
Part of #100361
2020-06-17 11:41:48 +02:00
Alex Ross
3e4f95f60a Fix ordering in tasks execution tests 2020-06-16 17:52:30 +02:00
Alex Ross
388da4e6f6 Make task execution event tests more specific 2020-06-16 16:36:10 +02:00
Daniel Imms
bf9991ad52 Skip test that flakes on Linux only 2020-06-15 09:37:57 -07:00
Daniel Imms
a870da6ab2 Merge branch 'master' into tyriar/term_errors 2020-06-15 06:20:48 -07:00
Johannes Rieken
a875bd1919 use a true random file name when testing that openTextDocument opens another document, fixes https://github.com/microsoft/vscode/issues/100159 2020-06-15 11:45:59 +02:00
Daniel Imms
63e04d0b07 Remove logging 2020-06-14 14:00:21 -07:00
Daniel Imms
4307ebe69b Log to debug on ci 2020-06-14 05:38:44 -07:00
Daniel Imms
1a2bc0feb7 Try use dom renderer 2020-06-13 12:21:53 -07:00
Daniel Imms
d1e834a73e Don't show terminal in test
Seems to be causing a Chromium error in containers related to gpu
2020-06-13 09:33:35 -07:00
Alex Ross
ebc956492b Add task API test for execution equality
Related to https://github.com/microsoft/vscode/issues/96643
2020-06-11 11:54:27 +02:00
Johannes Rieken
0fd2688cb4 check if clipboard actually works and only iff so write tests... 2020-06-10 16:08:29 +02:00
Johannes Rieken
f5a218d5a7 restore clipboard text after test, https://github.com/microsoft/vscode/issues/98497 2020-06-08 12:06:53 +02:00
Johannes Rieken
48a2d3e863 if needed , read clipboard inside MainThreadEditors#insertText, https://github.com/microsoft/vscode/issues/98497 2020-06-08 12:03:01 +02:00
Johannes Rieken
b0d056202b Use canonical uri for openTextDocument api, #93368 2020-05-29 18:16:31 +02:00
Benjamin Pasero
a23d4daefa Dangling text file models of deleted files hanging around in memory (#98154)
* Dangling text file models of deleted files hanging around in memory (fix #98057)

* address feedback
2020-05-26 16:29:12 +02:00
Matt Bierner
443098af77 Don't enable test on remote 2020-05-18 11:18:55 -07:00
Matt Bierner
0af3fc77e8 Fixing rewriting of some old-style vscode-resource uris that don't have explicit authorities 2020-05-15 14:36:01 -07:00
Daniel Imms
eb64e93b17 Add ref to why test is disabled 2020-04-27 07:34:59 -07:00
Daniel Imms
aebfe022af Disable tasks tests in web
Part of #90528
2020-04-27 07:30:06 -07:00
Daniel Imms
7f5bada046 Move EnvironmentVariableCollection API into ExtensionContext (#96061)
* Move env var collection to ext context

* Remove dispose, fix persistent passing

* Fire collection change on persistence change

* Fix tests by forcing activation and getting ctx

* chore: bump js-debug

Co-authored-by: Connor Peet <connor@peet.io>
2020-04-24 16:45:30 -07:00
Daniel Imms
ae1670d4ea Disable terminal tests in remote
Too flaky they're not useful.

See #96057
2020-04-24 06:27:59 -07:00
Daniel Imms
aa91f911f9 Suppress exit code notification in terminal test 2020-04-24 06:08:58 -07:00
Daniel Imms
3d7745d6fc Dispose data listener before disposing terminal
Fixes #95945
2020-04-23 07:29:47 -07:00
Daniel Imms
84a884a97a Return after done(e)
Part of #95945
2020-04-23 07:27:29 -07:00
Daniel Imms
e7d66db115 Test using an environment variable to avoid winpty sequences 2020-04-10 07:39:36 -07:00
Daniel Imms
b7e0abbdcc Merge branch 'master' into tyriar/90539 2020-04-10 05:56:39 -07:00