Commit Graph

435 Commits

Author SHA1 Message Date
isidor
3900de53e0 debug: introduce intregration tests 2020-02-04 15:43:30 +01:00
Johannes Rieken
b2f1dda2e5 integration-tests for #84177 2020-01-27 10:59:08 +01:00
Johannes Rieken
163335ae11 test for #84177 2020-01-27 10:49:25 +01:00
Benjamin Pasero
5d498736f4 revert back to electron 6 (#89245) 2020-01-24 14:39:40 -08:00
Benjamin Pasero
cd2e132fbc tests - avoid tests that bring up webview for now (#88415) 2020-01-24 07:20:53 +01:00
Benjamin Pasero
cdc2469931 untitled - rewrite creation logic 2020-01-17 11:33:13 +01:00
Benjamin Pasero
2585092dbe tests - reduce output of integration tests (#84283) 2020-01-15 12:56:22 +01:00
Benjamin Pasero
7c8b0844ec fix #87330 2020-01-14 10:48:10 +01:00
deepak1556
358b1ab5af skip webview tests for https://github.com/microsoft/vscode/issues/88415 2020-01-10 16:38:59 +05:30
Matt Bierner
c8123dee96 Fix webviews for electron 7
Caused by #83796

Also re-enables the webview tests
2020-01-09 15:06:11 -08:00
Robo
4c7431ca8d chore: Upgrade to electron 7.x (#83796)
* chore: bump electron@7.0.0

* chore: update api

* chore: Bump electron@7.0.1

* chore: bump electron@7.1.0

* chore: Bump electron@7.1.1

* chore: Bump electron@7.1.2

* FIXME: Skip webview tests that have improper shutdown path

* chore: Bump electron@7.1.3

* bump electron@7.1.5

* debug test failures

* chore: bump electron@7.1.7

* skip test for https://github.com/microsoft/vscode/issues/87330

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2020-01-09 19:16:52 +05:30
Daniel Imms
57c4500da1 Merge pull request #87999 from microsoft/tyriar/85257
Flush all buffered data events on terminal close
2020-01-06 10:50:05 -08:00
Johannes Rieken
df48af1684 fix #88000 2020-01-03 16:27:14 +01:00
Daniel Imms
027d7caec5 Flush all buffered data events on terminal close
Fixes #85257
2020-01-02 08:41:08 -08:00
Andre Weinand
929c420d8a rename debug API's onSendMessage to onDidSendMessage 2019-12-12 14:48:38 +01:00
Rob Lourens
731e2b9591 Revert rootPath changes
This reverts commits a416c77e56,
5bc80f3ea0,
0403a10885
2019-12-09 10:56:39 -08:00
Rob Lourens
a416c77e56 Fix rootPath test 2019-12-06 14:32:27 -08:00
Johannes Rieken
e7a7e46fcc add another unit test for #80688 2019-12-02 15:57:07 +01:00
Andre Weinand
665b576260 some tweaks for inline debug adaper API; see #85544 2019-11-30 00:52:33 +01:00
Andre Weinand
154275c2e1 remove proposed type 'DebugAdapterInlineImplementation' from vscode.d.ts for now 2019-11-29 18:40:56 +01:00
Andre Weinand
bb2f59b094 adapt to proposed API 2019-11-28 17:55:12 +01:00
Andre Weinand
5f5a65c441 prevent vscode-api-tests from running in node.js 2019-11-21 13:26:38 +01:00
Andre Weinand
343f26602e remove obsolete comment 2019-11-21 13:26:38 +01:00
Andre Weinand
37f18e8f2d don't activate vscode-api-test on debug; fixes #85230 2019-11-20 23:23:18 +01:00
Andre Weinand
f09c852a28 web worker: support F5 debugging w/o launch.config 2019-11-20 17:36:09 +01:00
Daniel Imms
7ab2322170 Fix compile 2019-11-19 11:28:31 -08:00
Benjamin Pasero
04d634e1d6 💄 sample extension 2019-11-19 15:33:21 +01:00
Andre Weinand
5c372215d5 add mock debug to web sample 2019-11-19 12:12:17 +01:00
Andre Weinand
4b79df84fb fix launch.json 2019-11-18 16:29:21 +01:00
Johannes Rieken
47d1736ad5 some more API tests for creating/deleting files, #43768 2019-11-18 15:58:33 +01:00
Johannes Rieken
8252d8afb7 fix compile error 2019-11-18 14:32:17 +01:00
Benjamin Pasero
6d1ddf0730 web - fix problems to show up from yarn web 2019-11-12 19:06:48 +01:00
Benjamin Pasero
1a1e7c9545 debt - allow extHostSearch in common (#84109)
* debt - allow extHostSearch in common

* web - implement text search provider

* fix text search

* Update extensions/vscode-api-tests/src/extension.ts

Co-Authored-By: Rob Lourens <roblourens@gmail.com>
2019-11-12 18:57:08 +01:00
Benjamin Pasero
5ae52b61cb files - implement ctime properly as btime (fix #84525) 2019-11-12 10:42:04 +01:00
Alex Dima
c9a2de2d9c Improve integration test output on Windows (#84239) 2019-11-08 17:21:35 +01:00
Benjamin Pasero
5a569ad3dd yarn web - do not have root in memfs 2019-11-06 15:30:50 +01:00
Benjamin Pasero
4d44cfa7c8 web - fix decoration sample 2019-11-06 14:11:17 +01:00
Daniel Imms
e41c71b0d0 Merge branch 'master' into tyriar/63052 2019-11-05 10:32:42 -08:00
Daniel Imms
1d60909d1f Implement Terminal.creationOptions API
Fixes #63052
2019-11-05 10:30:43 -08:00
Daniel Imms
fedfbacf80 Merge pull request #84000 from microsoft/tyriar/exitCode
Support Terminal.exitStatus API
2019-11-05 09:59:23 -08:00
Daniel Imms
2a0d3d0140 Support Terminal.exitStatus API
Fixes #62103
2019-11-05 09:09:39 -08:00
Benjamin Pasero
4de0e4d27a web - support tasks in "yarn web" 2019-11-05 15:45:10 +01:00
Benjamin Pasero
4bcb08d773 web - better sample and problems support for "yarn web" 2019-11-05 15:31:25 +01:00
Johannes Rieken
aedcdc9a8e some tests for working copy events, #43768 2019-11-04 15:57:54 +01:00
Benjamin Pasero
8e809b0230 web - fix single folder api tests 2019-11-04 14:19:37 +01:00
Benjamin Pasero
f5219f0fec tests - add an integration test for editor contents from workspace file 2019-11-04 13:23:04 +01:00
Daniel Imms
f5cb824330 Ignore 0,0 event to fix override dimensions pty test
See #83778 for follow up (when we're not in endgame)
2019-10-31 11:39:03 -07:00
Daniel Imms
82c348326c Merge remote-tracking branch 'origin/master' into tyriar/integration_test 2019-10-31 11:28:31 -07: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