Commit Graph

384 Commits

Author SHA1 Message Date
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
Daniel Imms
ebc27c4410 More formatting 2019-10-23 16:57:22 -07:00
Daniel Imms
a00301d074 Format/minimize diff 2019-10-23 16:54:04 -07:00
Eric Amodio
95b1f7c3c0 Reworks the test to not be timing specific 2019-10-23 18:28:17 -04:00
Eric Amodio
000006f0d1 Fixes terminal integration test timing 2019-10-23 18:28:16 -04:00
Benjamin Pasero
49129e9911 Allow to run web client out of sources (#82569)
* web - first cut allow to run from oss

* add launch config
2019-10-15 10:50:25 +02:00
Alex Ross
dc4b1c231c Rename CustomExecution2 to CustomExecution
Part of #80375
2019-10-11 14:43:23 +02:00
Benjamin Pasero
689e2fd320 fix compile 2019-10-02 14:20:32 +02:00
Benjamin Pasero
bb0dbb3b9c fix vscode.open() tests (#81833) 2019-10-02 12:28:48 +02:00
Joao Moreno
695ee74864 doh 2019-10-02 10:28:23 +02:00
Joao Moreno
3f21572d6a comment out test 2019-10-02 09:54:18 +02:00
Benjamin Pasero
f8effd5fad api - introduce env.uiKind (web, desktop) 2019-09-13 17:58:30 +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
Johannes Rieken
3a384c9c59 add test for #80688 2019-09-11 16:37:47 +02:00
Benjamin Pasero
db0d5ee0e7 fix env.test for remote 2019-09-02 15:07:45 +02:00
Benjamin Pasero
4312a6ca44 debt - enable env.remoteName test again 2019-09-02 12:02:01 +02:00
Benjamin Pasero
155f85b679 Build: run integration tests against actual build (#80203)
* experiment with running macOS integration test against real build

* echo command

* more tests

* Revert "more tests"

This reverts commit b07bde89be.

* test

* fix script

* fix build

* fix tests

* fix build

* fix build

* conditionally enable test for remote

* adopt for linux and windows

* disable failing test

* fix build

* windows - echo off

* fix variable check

* fix path

* fix compile

* echo off

* mac polish
2019-09-02 11:26:26 +02:00
Matt Bierner
c5dc9d16be Finalize asWebviewUri api
Fixes #79242

As discussed, renames `toWebviewResource` to `asWebviewUri` to be consistent with the `asAbsolutePath` api naming
2019-08-19 20:18:26 -07:00
Johannes Rieken
926e27cb4f fix compile error 2019-08-15 16:05:00 +02:00
Benjamin Pasero
5099e36e3d fix #77735 2019-08-12 08:13:10 +02:00
Daniel Imms
ced08707d1 Fix terminal integration test 2019-08-08 09:34:34 -07:00
Daniel Imms
977a82fba3 Disable terminal tests that depend on terminal being hidden or shown in the past 2019-08-07 06:50:46 -07:00
Daniel Imms
81adc15a12 Merge remote-tracking branch 'origin/master' into tyriar/69865_remove_renderers 2019-08-06 10:02:39 -07:00
Daniel Imms
dc6b475be7 Add global event window.onDidWriteTerminalData
Fixes #78502
2019-08-06 09:58:26 -07:00
Daniel Imms
0eed3275f6 Some clean up 2019-08-05 15:03:31 -07:00
Daniel Imms
25fe980387 Remove terminal renderers
Part of #69865
2019-08-05 14:31:15 -07:00
Johannes Rieken
148f67d786 when running integration tests, use memfs instead of fs 2019-07-30 18:16:19 +02:00
Johannes Rieken
f515c229c9 make edit-builder throw when used after finalized, #78066 2019-07-29 10:56:41 +02: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
909ab9d101 Fix compile 2019-07-25 09:07:18 -07:00
Rob Lourens
70ab0ada55 Fix 'null' exclude for findFiles, add more tests
Fix #77813
2019-07-24 14:24:13 -07:00
Daniel Imms
36e08fed41 Merge pull request #77839 from microsoft/tyriar/task_vp_fix
Add CustomExecution2 test and make start fire after onDidOpenTerminal
2019-07-24 11:40:16 -07:00
Johannes Rieken
5d8bd62eac add API test for onDidExecuteCommand, #1431 2019-07-24 14:58:35 +02: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
Daniel Imms
df5d748fe5 Fix integration tests 2019-07-23 16:23:02 -07:00
Johannes Rieken
e165b387a1 add unit test for #77735 2019-07-23 17:12:42 +02:00
Daniel Imms
fd48fa0d3b Fix dimenisons test and clean up 2019-07-12 10:37:29 -07:00
Daniel Imms
3092a1023c Remember dimensions from other terminals
Part of #77228
2019-07-11 21:18:06 -07:00
Johannes Rieken
65270230af tweak options for delete and write, #48034 2019-07-09 16:23:48 +02:00
Johannes Rieken
a4fc9bb8c4 improved error propagation, #48034 2019-07-09 16:17:02 +02:00
Johannes Rieken
51123cd133 wrap error into FileSystemError, #48034 2019-07-09 15:20:10 +02:00
Matt Bierner
a558a9504a Adding toWebviewResource api
For #76489
2019-07-08 18:38:47 -07:00
Daniel Imms
4683c39346 Include env.shell in api tests 2019-07-07 09:57:58 -07:00