Searched +full:vm +full:- +full:valgrind +full:- +full:tap (Results 1 – 11 of 11) sorted by relevance
| /third_party/libinput/ |
| D | .gitlab-ci.yml | 9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml 10 # and run ci-fairy generate-template. For details, see 11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml 14 # - we really want to run dnf/apt/... only once, updating on the test runner for 18 # This is handled by the ci-templates, ensuring containers are only rebuilt 21 # - GitLab only allows one script: set per job but we have a bunch of commands 22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge 27 # MESON_ARGS=-Denable-something=true 28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist' 35 # e.g. fedora:31@build-default [all …]
|
| /third_party/libinput/doc/user/ |
| D | test-suite.rst | 1 .. _test-suite: 11 $ sudo ./builddir/libinput-test-suite 13 When developing libinput, the ``libinput-test-suite`` should always be 15 the number of tests to run can be filtered, see :ref:`test-filtering`. 17 touchpad tap-to-click) while hacking on that specific feature and only run 27 ``meson test -C builddir`` (or ``ninja test``). The ``libinput-test-suite`` is 30 The upstream CI runs all these tests but not the ``libinput-test-suite``. 33 .. _test-job-control: 35 ------------------------------------------------------------------------------ 37 ------------------------------------------------------------------------------ [all …]
|
| /third_party/node/tools/ |
| D | test.py | 94 # --------------------------------------------- 95 # --- P r o g r e s s I n d i c a t o r s --- 96 # --------------------------------------------- 125 output += ["--- stderr ---" ] 128 output += ["--- stdout ---"] 132 output += ["--- %s ---" % PrintCrashed(failure.output.exit_code)] 134 output += ["--- TIMEOUT ---"] 152 def Run(self, tasks) -> Dict: 155 # Spawn N-1 threads and then use this thread as the last one. 156 # That way -j1 avoids threading altogether which is a nice fallback [all …]
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V6.md | 3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings--> 89 ## 2019-04-03, Version 6.17.1 'Boron' (LTS), @BethGriggs 91 Node 6 is due to go End-of-Life on 2019-04-30. 100 * \[[`c9d21a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:`… 101 * \[[`9ba5fd6bad`](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLA… 102 * \[[`1371a6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\… 103 * \[[`ad62971573`](https://github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addM… 104 * \[[`8080a9bf40`](https://github.com/nodejs/node/commit/8080a9bf40)] - **http**: fix error check i… 105 * \[[`aedc7120ea`](https://github.com/nodejs/node/commit/aedc7120ea)] - **src**: fix bootstrap\_nod… 106 * \[[`b5d464955a`](https://github.com/nodejs/node/commit/b5d464955a)] - **test**: fix test-repl-env… [all …]
|
| D | CHANGELOG_V7.md | 3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings--> 54 ## 2017-07-11, Version 7.10.1 (Current), @evanlucas 58 <https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/> 64 * Disable V8 snapshots - The hashseed embedded in the snapshot is 70 * CVE-2017-1000381 - The c-ares function ares\_parse\_naptr\_reply(), 80 …e/commit/ff587deb54)] - **build**: disable V8 snapshots (Ali Ijaz Sheikh) [nodejs/node-private#84]… 81 …a82960e76)] - **deps**: cherry-pick 9478908a49 from cares upstream (David Drysdale) [nodejs/node-p… 82 …ommit/b5bf5e8086)] - **test**: verify hash seed uniqueness (Ali Ijaz Sheikh) [nodejs/node-private#… 86 ## 2017-05-02, Version 7.10.0 (Current), @evanlucas 104 * \[[`224fd3af97`](https://github.com/nodejs/node/commit/224fd3af97)] - **benchmark**: terminate ch… [all …]
|
| D | CHANGELOG_V4.md | 3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings--> 84 ## 2018-03-29, Version 4.9.1 'Argon' (Maintenance), @MylesBorins 97 ## 2018-03-28, Version 4.9.0 'Argon' (Maintenance), @MylesBorins 99 …ty release summary at <https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/> for… 103 * CVE-2018-7158 104 * CVE-2018-7159 109 * **Fix for `'path'` module regular expression denial of service (CVE-2018-7158)**: A regular expre… 110 …-Length` header values (CVE-2018-7159)**: The Node.js HTTP parser allowed for spaces inside `Conte… 115 * \[[`497ff3cd4f`](https://github.com/nodejs/node/commit/497ff3cd4f)] - **crypto**: update root cer… 116 * \[[`514709e41f`](https://github.com/nodejs/node/commit/514709e41f)] - **deps**: add -no\_rand\_sc… [all …]
|
| D | CHANGELOG_V18.md | 3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings--> 71 ## 2024-04-03, Version 18.20.1 'Hydrogen' (LTS), @RafaelGSS 77 * CVE-2024-27983 - Assertion failed in node::http2::Http2Session::\~Http2Session() leads to HTTP/2 … 78 * CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium) 84 …60d24938de)] - **deps**: update undici to v5.28.4 (Matteo Collina) [nodejs-private/node-private#57… 85 …f)] - **http**: do not allow OBS fold in headers by default (Paolo Insogna) [nodejs-private/node-p… 86 …] - **src**: ensure to close stream when destroying session (Anna Henningsen) [nodejs-private/node… 90 ## 2024-03-26, Version 18.20.0 'Hydrogen' (LTS), @richardlau 101 `assert` keyword, which will be removed in a future semver-major Node.js 131 #### Experimental node-api feature flags [all …]
|
| D | CHANGELOG_IOJS.md | 3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings--> 86 ## 2015-09-15, io.js Version 3.3.1 @rvagg 95 * **node-gyp**: Float v3.0.3 which has improved support for Node.js and io.js v0.10 to v4+ (Rod Vag… 97 …/node-v0.x-archive#8751](https://github.com/nodejs/node-v0.x-archive/pull/8751) [nodejs/node-v0.x-… 101 See <https://github.com/nodejs/io.js/labels/confirmed-bug> for complete and current list of known i… 112 * \[[`b73ff52fe6`](https://github.com/nodejs/node/commit/b73ff52fe6)] - **bindings**: close after r… 113 * \[[`aa1140e59a`](https://github.com/nodejs/node/commit/aa1140e59a)] - **buffer**: SlowBuffer only… 114 …56e`](https://github.com/nodejs/node/commit/574475d56e)] - **build**: clean up the generated tap f… 115 * \[[`aa0001271e`](https://github.com/nodejs/node/commit/aa0001271e)] - **build**: remote commands … 116 * \[[`1428661095`](https://github.com/nodejs/node/commit/1428661095)] - **build**: fix v8\_enable\_… [all …]
|
| D | CHANGELOG_V13.md | 3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings--> 54 ## 2020-04-29, Version 13.14.0 (Current), @BridgeAR 61 * **vm**: 73 * \[[`52d8afc07e`](https://github.com/nodejs/node/commit/52d8afc07e)] - **(SEMVER-MINOR)** **async\… 74 * \[[`b304df97ff`](https://github.com/nodejs/node/commit/b304df97ff)] - **(SEMVER-MINOR)** **async\… 75 * \[[`a1178b6c5b`](https://github.com/nodejs/node/commit/a1178b6c5b)] - **buffer**: add type check … 76 * \[[`d9378747ae`](https://github.com/nodejs/node/commit/d9378747ae)] - **buffer**: mark pool Array… 77 * \[[`9bcfc8ed58`](https://github.com/nodejs/node/commit/9bcfc8ed58)] - **buffer,n-api**: fix doubl… 78 * \[[`606719fa16`](https://github.com/nodejs/node/commit/606719fa16)] - **build**: fix vcbuild erro… 79 * \[[`832ea520be`](https://github.com/nodejs/node/commit/832ea520be)] - **build**: remove .git fold… [all …]
|
| D | CHANGELOG_V10.md | 3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings--> 82 ## 2021-04-06, Version 10.24.1 'Dubnium' (LTS), @mylesborins 90 * **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509\_V\_FLAG\_X509\_STRICT (High) 94 * **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature\_algorithms processing (High) 98 * **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High) 99 …totype pollution. You can read more about it in <https://github.com/advisories/GHSA-c4w7-xm78-47vh> 105 * \[[`5e526b96ce`](https://github.com/nodejs/node/commit/5e526b96ce)] - **deps**: upgrade npm to 6.… 106 …c`](https://github.com/nodejs/node/commit/781cb6df5c)] - **deps**: update archs files for OpenSSL-… 107 * \[[`5db0a05a90`](https://github.com/nodejs/node/commit/5db0a05a90)] - **deps**: upgrade openssl s… 111 ## 2021-02-23, Version 10.24.0 'Dubnium' (LTS), @richardlau [all …]
|
| D | CHANGELOG_V12.md | 3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings--> 91 ## 2022-04-05, Version 12.22.12 'Erbium' (LTS), @richardlau 96 reach End-of-Life status on 30 April 2022, after which it will not 101 This release fixes a shutdown crash in Node-API (formerly N-API) and a 102 potential stack overflow when using `vm.runInNewContext()`. 110 * \[[`1193290f3f`](https://github.com/nodejs/node/commit/1193290f3f)] - **deps**: V8: cherry-pick c… 111 * \[[`333eda8d03`](https://github.com/nodejs/node/commit/333eda8d03)] - **doc**: add a note about p… 112 * \[[`518a49c0c6`](https://github.com/nodejs/node/commit/518a49c0c6)] - **doc**: use openpgp.org fo… 113 * \[[`11aef2ad03`](https://github.com/nodejs/node/commit/11aef2ad03)] - **doc**: update release key… 114 * \[[`a9c38f1003`](https://github.com/nodejs/node/commit/a9c38f1003)] - **doc**: add release key fo… [all …]
|