Commit Graph

36 Commits

Author SHA1 Message Date
Benjamin Pasero
be11cb2de0 disable failing test (#117446) 2021-03-02 10:10:36 +01:00
Johannes Rieken
46cf57b264 a bunch of failing tests 2021-02-01 12:01:32 +01:00
Matt Bierner
d1b49cd8b9 Adding more explicit typings for TS 4.1 new Promise logic 2020-09-16 11:58:01 -07:00
Alex Ross
0de8d51904 Finalize task detail API
Fixes #69785
2020-08-27 11:08:48 +02:00
Alex Ross
2344987359 Add task test back in 2020-07-31 10:15:05 +02:00
Alex Ross
ae245c9b1f Fix onDidStart and End task test 2020-07-30 16:19:22 +02:00
isidor
15ada625f2 skip moree tests 2020-07-30 16:11:05 +02:00
isidor
d7ed2f5382 skip more tests 2020-07-30 15:23:53 +02:00
Alex Ross
c8b5be4801 Add wait wait in tasks test for execute to return 2020-07-30 13:38:20 +02:00
Alex Ross
e39d21e318 Remove hack in terminal task system to delay disposal
This is no longer needed because #92868 is fixed

This reverts commit d6354443f4.
2020-07-30 11:59:18 +02:00
Matt Bierner
e0f0cc4bf2 Skip another failing test 2020-07-29 15:05:49 -07:00
Matt Bierner
55ad57fc2a Skipping failing test 2020-07-29 14:06:12 -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
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
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
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
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
Benjamin Pasero
c0eea2a712 tests - disable terminal integration tests for web 2020-03-19 09:37:17 +01:00
Daniel Imms
027d7caec5 Flush all buffered data events on terminal close
Fixes #85257
2020-01-02 08:41:08 -08:00
Daniel Imms
fe2e842fee Ensure terminal/task tests don't leak listeners across tests 2019-10-31 11:21:18 -07:00
Daniel Imms
c0e630fd7a Pass assertion failure to done 2019-10-31 10:43:36 -07:00
Alex Ross
dc4b1c231c Rename CustomExecution2 to CustomExecution
Part of #80375
2019-10-11 14:43:23 +02:00
Daniel Imms
31f7168b99 Fix task tests 2019-09-12 20:47:40 -07:00
Daniel Imms
678abfe8b2 Remove Terminal.onDidWriteData
Replaced by vscode.window.onDidWriteTerminalData

Fixes #78574
2019-09-12 19:09:12 -07:00
Daniel Imms
6bb5e193f9 start -> open, exit -> close, remove exit code 2019-07-26 15:30:36 -07:00
Daniel Imms
ae86d9415f Remove suite.only 2019-07-25 16:24:04 -07:00
Daniel Imms
3866deba35 Use pty naming instead of virtual process
Part of #77160
2019-07-25 16:00:41 -07:00
Daniel Imms
b0603017ba Fail test if resolveTask is called 2019-07-23 17:47:38 -07:00
Daniel Imms
0950523069 Use const 2019-07-23 17:46:46 -07:00
Daniel Imms
7be48949b7 Remove unused exit emitter 2019-07-23 17:36:56 -07:00
Daniel Imms
9d43802fd4 Create CustomExecution2 test, make start fire after onDidOpenTerminal
Part of #70978
2019-07-23 17:35:11 -07:00