Commit Graph

469 Commits

Author SHA1 Message Date
isidor
bac5061d61 smoke test: fix debug failing test 2018-09-26 12:18:15 +02:00
Sandeep Somavarapu
138acafed8 Fix #58858 2018-09-24 10:33:34 +02:00
isidor
f8092f7573 debugActionsWidget -> debugToolbar 2018-09-19 16:06:58 +02:00
isidor
2adc5cccce debug.ts -> debugSmoke.ts to avoid duplicate names 2018-09-19 12:27:53 +02:00
Sandeep Somavarapu
5eb9eb9474 Fix #58583 2018-09-13 16:39:28 +02:00
Sandeep Somavarapu
c6cc8127bd Fix #58060 2018-09-12 15:23:05 +02:00
Joao Moreno
732825ecc5 fix yarn.lock change 2018-09-11 22:50:16 +02:00
Joao Moreno
1914120000 remove cp 2018-09-11 17:29:46 +02:00
Joao Moreno
44572b18ea smoke: cleanup workspaceOrFolder 2018-09-11 17:29:24 +02:00
Joao Moreno
c29fef0aa0 smoke: cleanup multiroot tests 2018-09-11 17:29:24 +02:00
Maarten Fonville
2ba2fa5d3c Update Electron to 2.0.9 (#58382) 2018-09-11 17:28:06 +02:00
Benjamin Pasero
a4bf919e59 Cleanup bootstrap files (#58171)
* bootstrap  - first cut

* bootstrap => bootstrap-fork, bootstrap-shared => bootstrap

* bootstrap - extract uriFromPath()

* bootstrap - extract readfile/writefile

* bootstrap - share more code when loading renderers

* boostrap-electron-browser => bootstrap-window

* bootstrap - cleanup main.js

* bootstrap - handle index.js

* bootstrap 💄
2018-09-07 12:23:09 +02:00
Alex Dima
c36258d23f Use const enums (to inline their values in JS) 2018-09-06 20:39:19 +02:00
Sandeep Somavarapu
554eb6e796 Revert "Fix #58060"
This reverts commit 7de4737b36.
2018-09-06 17:58:30 +02:00
Sandeep Somavarapu
7de4737b36 Fix #58060 2018-09-06 16:52:51 +02:00
Benjamin Pasero
2bf78e5cfe fix smoketest 2018-09-04 08:20:05 +02:00
Benjamin Pasero
19dea4730a 🎉 debt - remove builder 🎉 2018-09-04 08:08:03 +02:00
Rob Lourens
5ecfebae33 #57196 fix search smoketest 2018-09-02 20:49:49 -07:00
Joao Moreno
a7a21f3118 smoketest: fix keyboard platform specific code 2018-08-28 14:37:34 +02:00
Sandeep Somavarapu
82f6a47ab5 Fix #57292 2018-08-28 13:24:03 +02:00
Benjamin Pasero
c9120ee7fb comment out failing smoke test 2018-08-28 12:16:32 +02:00
Benjamin Pasero
6607a81c12 debt - do not use deprecated Buffer() ctor 2018-08-22 10:42:36 +02:00
Joao Moreno
ac6a7ad54b fix driver copy task 2018-08-20 21:07:05 +02:00
isidor
fe747f81c0 debug smoke: match ona a substring for a specific stack frame due to a potential sufix "readonly node content"
fixes #56069
2018-08-15 12:14:20 +02:00
Rob Lourens
206e1b0914 Fix settings smoketest 2018-08-13 22:30:08 -07:00
Jackson Kearl
a15b4ed66d Hopefully make install extensions smoke test less flakey (#56271) 2018-08-13 16:11:42 -07:00
Christof Marti
e8706e2223 Update smoke test (#29096) 2018-08-10 12:44:17 +02:00
Nil
f48b0cb446 update smoke ts version 2018-08-09 20:28:50 +08:00
Christof Marti
3186ac39f6 Fix smoke tests (#29096) 2018-08-09 08:22:30 +02:00
Ramya Achutha Rao
ea8d5a4b22 Fix smoke tests for extension search box 2018-08-03 15:51:58 -07:00
Joao Moreno
b839bdec72 update electron for smoketest 2018-08-03 16:36:07 +02:00
Rob Lourens
2254b1c687 Fix smoketest 2018-07-24 10:07:20 -07:00
Joao Moreno
fb1e27fa92 remove monaco-workbench-container
related to #54031
2018-07-11 15:48:00 +02:00
Jackson Kearl
47e4319871 Merge pull request #53494 from JacksonKearl/a11y/viewlet-headings
Use HTML headings for viewlet titles.
2018-07-10 08:57:51 -07:00
Joao Moreno
7d277787b4 fix bad smoketest launcher 2018-07-04 08:49:10 +02:00
Jackson Kearl
977c5c47ab Use HTML headings for viewlet titles. 2018-07-03 10:25:42 -07:00
Sandeep Somavarapu
e1cc350f6b Fix #53316 2018-06-29 12:23:39 +02:00
Sandeep Somavarapu
d464535ca3 Fix #53315 2018-06-29 12:23:26 +02:00
isidor
99a2e49e86 fix smoke test 2018-06-29 09:43:22 +02:00
Joao Moreno
8a3ffed0ab vsts: report smoketest results 2018-06-12 17:37:53 +02:00
Joao Moreno
bb3aa3770f smoke 2018-06-08 23:01:25 +02:00
Joao Moreno
e735f4db4d smoketest: bring back action clicking 2018-06-08 22:18:46 +02:00
Joao Moreno
273ef1dfda Revert "smoketest: use commands instead of actions in git"
This reverts commit 1651eb2eb4.
2018-06-08 22:11:57 +02:00
Joao Moreno
1651eb2eb4 smoketest: use commands instead of actions in git
fixes #51425
2018-06-08 15:10:02 +02:00
Joao Moreno
2322b4bd64 fix compile error 2018-06-08 15:10:02 +02:00
isidor
eb6a58287d debug smoke: Force load from disk since file events are sometimes missing
fixes #51296
2018-06-07 15:34:10 +02:00
Joao Moreno
78d7d64c5d smoketest: more search assertions 2018-06-06 11:23:39 +02:00
Joao Moreno
6f6320fc43 smoketest: fix Search flakyness
related to #51137 #49117
2018-06-06 10:53:42 +02:00
Joao Moreno
a88680fd78 smoketest: replace should be specific on which file to remove results 2018-06-06 10:53:42 +02:00
Joao Moreno
7f45491926 smoketest: avoid more flakyness in search 2018-06-06 09:51:08 +02:00