- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of about 10,000 for test (0.23 sec)
-
script/test
#!/usr/bin/env bash set -e # Usage: # script/test <test_file> # script/test [ruby|jruby] # script/test if [ -d test/dest ] then rm -r test/dest fi # ----------------------------------------------------------------------------- # If you send us a ruby then we use that, if you do not then we test with # whatever we can detect, this way you can run both suites when you test out
Shell Script - Registered: 2023-02-07 01:54 - Last Modified: 2022-11-07 07:19 - 1.1K bytes - Viewed (0) -
script/test
// split core render test (used for windows x64 in CI) const CORE_RENDER_TO_TEST_IN_PARALLEL = 45; let suites = []; // Core tess if (coreAll) { suites.push( ...[runCoreMainProcessTests, ...getCoreRenderProcessTestSuites()] ); } else { // Core main tests if (coreMain) { suites.push(runCoreMainProcessTests); } // Core renderer tests if (coreRenderer) {
Shell Script - Registered: 2023-02-06 05:20 - Last Modified: 2021-06-25 21:51 - 13.4K bytes - Viewed (0) -
script/test
return 1 fi } install_test() { mkdir -p share/doc/hub-doc touch share/man/man1/hub.1 share/doc/hub-doc/hub.1.html DESTDIR="$PWD/tmp/destdir" prefix=/my/prefix bash < script/install.sh test -x tmp/destdir/my/prefix/bin/hub test -e tmp/destdir/my/prefix/share/man/man1/hub.1 test ! -x tmp/destdir/my/prefix/share/man/man1/hub.1 test -e tmp/destdir/my/prefix/share/doc/hub-doc/hub.1.html
Shell Script - Registered: 2023-02-08 03:43 - Last Modified: 2020-04-13 10:59 - 1.5K bytes - Viewed (1) -
dev/bots/test/test_test.dart
dart, 'test.dart', ...otherArgs, ], environment: environment); return scriptProcess; } test('subshards tests correctly', () async { // When updating this test, try to pick shard numbers that ensure we're checking // that unequal test distributions don't miss tests. ProcessResult result = await runScript(
Plain Text - Registered: 2023-02-03 06:24 - Last Modified: 2022-10-25 17:41 - 5.2K bytes - Viewed (0) -
spec/fixtures/git/repo-with-submodules/git.git/modules/jstips/logs/refs/heads/test
joshaber <******@****.***> 1452202625 -0500
Plain Text - Registered: 2023-02-06 05:20 - Last Modified: 2016-01-07 21:37 - 316 bytes - Viewed (0) -
spec/fixtures/git/repo-with-submodules/git.git/modules/jstips/refs/heads/test
joshaber <******@****.***> 1452202625 -0500
Plain Text - Registered: 2023-02-06 05:20 - Last Modified: 2016-01-07 21:37 - 41 bytes - Viewed (0) -
dev/bots/test.dart
'test/material/text_field_test.dart', 'test/rendering/proxy_box_test.dart', 'test/widgets/app_overrides_test.dart', 'test/material/calendar_date_picker_test.dart', 'test/material/ink_paint_test.dart', 'test/rendering/editable_test.dart', 'test/cupertino/dialog_test.dart', 'test/widgets/shape_decoration_test.dart', 'test/material/time_picker_theme_test.dart',
Plain Text - Registered: 2023-02-03 06:24 - Last Modified: 2023-02-02 20:04 - 79K bytes - Viewed (0) -
type-tests/ember/test.ts
const pending = 0; Ember.Test.registerWaiter(() => pending !== 0); declare const MyDb: { hasPendingTransactions(): boolean; }; Ember.Test.registerWaiter(MyDb, MyDb.hasPendingTransactions); Ember.Test.promise((resolve) => { window.setTimeout(resolve, 500); }); Ember.Test.registerHelper('boot', (app) => { Ember.run(app, app.advanceReadiness); }); Ember.Test.registerAsyncHelper('boot', (app) => {
Plain Text - Registered: 2023-02-02 07:14 - Last Modified: 2022-11-30 02:01 - 770 bytes - Viewed (0) -
.github/workflows/test.yml
Others - Registered: 2023-02-08 12:04 - Last Modified: 2023-02-07 11:32 - 15K bytes - Viewed (0) -
cmd/bisync/testdata/test_check_filename/golden/test.log
(01) : test check-filename (02) : test initial bisync (03) : bisync resync INFO : Synching Path1 "{path1/}" with Path2 "{path2/}" INFO : Copying unique Path2 files to Path1 INFO : Resynching Path1 to Path2 INFO : Resync updating listings INFO : Bisync successful (04) : test 1. see that check-access passes with the initial setup (05) : bisync check-access check-filename=.chk_file INFO : Synching Path1 "{path1/}" with Path2 "{path2/}"
Others - Registered: 2023-02-06 07:43 - Last Modified: 2021-11-01 18:00 - 2.4K bytes - Viewed (0)