Commit Graph

1150 Commits

Author SHA1 Message Date
Matt Bierner
2edff15481 Temporarily skip webview tests
We need to bump the version of the webview src pulled in, but this requires getting a good build first
2021-12-07 13:03:03 -08:00
Johannes Rieken
5c31535ea8 add more API rpc tests, https://github.com/microsoft/vscode/issues/115679 2021-12-07 09:22:48 +01:00
Johannes Rieken
257657fb23 fix https://github.com/microsoft/vscode/issues/137968 2021-11-30 15:21:56 +01:00
Tyler Leonhardt
26fe37ca3d Revert "Have setting the value trigger the filter. Fixes #137279"
This reverts commit c1c103dee7.
2021-11-24 15:08:35 -08:00
Johannes Rieken
c084b6ce2e add contribViewsRemote-proposal to api-tests extension 2021-11-22 19:28:14 +01:00
Daniel Imms
96cc3b8fc0 Disable should respect dimension overrides again
Part of #137155
2021-11-19 06:01:49 -08:00
Tyler Leonhardt
c1c103dee7 Have setting the value trigger the filter. Fixes #137279 2021-11-17 12:48:12 -08:00
Tyler Leonhardt
8133e1fc5e Revert "have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279"
This reverts commit dfbaecd969.
2021-11-17 11:40:05 -08:00
Tyler Leonhardt
dfbaecd969 have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279 2021-11-17 10:06:21 -08:00
Daniel Imms
b66d2e7bbd Next attempt to fix should respect dimension overrides in remote
Fixes #137155
2021-11-17 05:29:13 -08:00
Daniel Imms
da099cc71f Skip should respect dimensions overrides tests in remote only
Part of #137155
2021-11-17 04:45:30 -08:00
chrisdias
f50ca77882 update png files 2021-11-15 17:26:14 -08:00
Daniel Imms
f88820646b Tidy up 2021-11-15 00:14:06 -08:00
Daniel Imms
b934d09346 Move other extension terminal tests to async await
Part of #137155
2021-11-14 23:53:12 -08:00
Daniel Imms
03a844a2e5 Use async await in pty terminal test
Part of #137155
2021-11-14 23:39:46 -08:00
Johannes Rieken
09c9d4c293 use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
Johannes Rieken
a4d426a1c2 split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165 2021-11-12 09:48:17 +01:00
Johannes Rieken
68e819043c use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
Johannes Rieken
9254a8cd27 move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Alex Ross
61cd6437a0 Fix timing bug for back-to-back CustomExecution tasks
Fixes #131926
2021-11-02 14:01:34 +01:00
Johannes Rieken
13f383439f no test.only, fyi @bpasero 2021-11-01 15:14:36 +01:00
Benjamin Pasero
6ed67dd61e editors - return undefined from openEditor when operation cancelled (fix #134786) 2021-10-28 09:23:08 +02:00
Tyler Leonhardt
5c0e664fd3 ensure show() hide() show() hide() emits two didHide events. Fixes #135747 2021-10-27 15:23:53 -07:00
Megan Rogge
5350eaa205 skip failing test 2021-10-15 09:41:50 -07:00
Benjamin Pasero
1afe238fed comment out failing test (#135157) 2021-10-15 13:40:33 +02:00
Johannes Rieken
7283f5cb7c fix https://github.com/microsoft/vscode/issues/130057 2021-10-12 13:12:11 +02:00
Matt Bierner
5fc835305a Re-enable webview tests on web (#134300)
* Enable webview tests on web

These tests pass fine on Chrome and webkit. On Firefox, the two about loading resources currently fail

I spent a while trying to debug what is going on with these tests. It seems like the service workers is registered properly but `fetch` is never called on it. Skipping these for now

* Remove only

* Fix test
2021-10-01 12:32:29 -07:00
Logan Ramos
26ba13ff98 Fix + re-enable close tests 2021-09-27 10:52:47 -04:00
Logan Ramos
d2c8185df9 Skip tab close test for now 2021-09-24 15:57:24 -04:00
Logan Ramos
7800296d17 Add close to tab model 2021-09-24 15:53:38 -04:00
Logan Ramos
cbe175f438 Fix tests attempt number two 2021-09-24 10:12:52 -04:00
Logan Ramos
ce7c00f4fb Fix integration tests 2021-09-24 09:43:06 -04:00
Logan Ramos
620a61f5a3 Add more move tests 2021-09-24 09:09:35 -04:00
Logan Ramos
927a28da01 Add tab move tests 2021-09-23 15:35:34 -04:00
Johannes Rieken
ba961427c3 fix https://github.com/microsoft/vscode/issues/132981 2021-09-23 14:55:54 +02:00
Logan Ramos
c46e473ad8 Re-enable notebook in tabs test 2021-09-17 13:08:44 -04:00
Daniel Imms
4a7fddb0d2 Fix TerminalState tests 2021-09-17 06:31:43 -07:00
Matt Bierner
8b285b170e Add log for failing test 2021-09-16 15:21:28 -07:00
Logan Ramos
76c3eb94c9 On the fly tab model construction (#133025)
* Enrich the change event

* Initial tab model building

* Work in progress model construction

* Add pauseable emitter

* Attempt using microtask

* Make tests pass

* Update active tab logic

* Fix layering issue

* event rename

* PR feedback

* Remove stray new line

* Add test for microtask emitter

* Add move event

* Add mmerge functionality to Microtask emitter

* Fix compilation errrors

* Fix tests

* Add tests to address feedback

* Change editor change event to an array

* Add array support to editorsChangeEvent

* Update src/vs/workbench/common/editor/editorGroupModel.ts

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

* Switch to a less efficient array method

* Add console.log for debugging

* Test with different notebook

* Fix notebook URI

* For now split up file open for better debugging

* Don't use notebook in test for now

* Cleanup event

* Fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2021-09-16 14:34:54 -04:00
Martin Aeschlimann
57dde04b44 Can't read StatusBarItem.tooltip anymore. Fixes #133231 2021-09-16 11:57:26 +02:00
Benjamin Pasero
8de035e09d tests - remove only usage 2021-09-15 16:40:21 +02:00
Benjamin Pasero
129e62c989 storage - do not fail state access for extensions (#132777) (#133071) 2021-09-15 07:34:54 +02:00
Matt Bierner
0db5f55854 Unskip two webview tests
These reliably pass locally for me
2021-09-14 14:29:55 -07:00
Logan Ramos
65a8d1234c Remove diff resource 2021-09-08 14:20:08 -04:00
Raymond Zhao
df115e761a Revert "Re-enable tab tests"
This reverts commit e0cdd0974b.
Revert reason: browser integration tests failing
2021-09-08 10:31:46 -07:00
Logan Ramos
e0cdd0974b Re-enable tab tests 2021-09-08 10:35:58 -04:00
Logan Ramos
b699fab482 Skip tests 2021-09-07 18:34:16 -04:00
Logan Ramos
0f238bf3f9 Try promise.race 2021-09-07 17:40:43 -04:00
Logan Ramos
e287a168dc Fix tab tests 2021-09-07 10:31:47 -04:00
Logan Ramos
d9a63f4cd8 Fix tabs tests 2021-09-07 09:49:34 -04:00