Searched refs:should (Results 1 - 25 of 912) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/test/tst/common/dtraceUtil/
H A Dtst.PreprocessorAttribute.d.ksh43 __attribute__((should be removed))
44 __attribute__((should be removed));
46 __attribute__((should be removed)) void func0(void);
47 __attribute__((should be removed)) void func1(int a, void(*)());
48 __attribute__((should be removed)) struct foo { int bar; };
50 void func2(void) __attribute__((should be removed));
54 printf("This test should compile\n");
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PassengerPane/test/
H A Dpassenger_application_test.rb25 it "should initialize with empty path & host" do
26 passenger_app.path.should == ''
27 passenger_app.host.should == ''
28 passenger_app.vhostname.should == '*:80'
29 passenger_app.should.be.new_app
30 assigns(:dirty).should.be false
31 assigns(:valid).should.be false
34 it "should not start the application if only one of host or path is entered" do
42 it "should set the default host if a path is entered (probably via browse) and replace underscores with hyphens" do
44 assigns(:host).should
[all...]
H A Dpref_pane_passenger_test.rb53 it "should register itself as the sharedInstance" do
55 PrefPanePassenger.sharedInstance.should.be.instance_of PrefPanePassenger
58 it "should configure the authorization view" do
61 authorizationView.delegate.should.be pref_pane
62 assigns(:authorized).should.be false
65 it "should initialize an empty array which will hold the list of applications" do
68 apps.should.be.instance_of OSX::NSCFArray
69 apps.should.be.empty
72 it "should register itself for notifications for if the System Preferences.app will be activated" do
94 it "should enabl
[all...]
H A Dconfig_uninstaller_test.rb23 it "should initialize" do
24 @uninstaller.data.should == [{ 'config_path' => @vhost_file, 'host' => @host, 'aliases' => @aliases }]
27 it "should remove the ServerName entry and the ServerAlias entries from the hosts db" do
34 it "should return the path to the vhost config" do
35 @uninstaller.config_path(0).should == "#{PassengerPaneConfig::PASSENGER_APPS_DIR}/het-manfreds-blog.local.#{PassengerPaneConfig::PASSENGER_APPS_EXTENSION}"
38 it "should remove the vhost config file" do
41 File.should.not.exist @vhost_file
44 it "should restart Apache" do
49 it "should remove multiple applications in one go" do
H A Dshared_passenger_behaviour_test.rb13 it "should forward commands to be executed with privileges to the SecurityHelper" do
15 execute('/some/command', 'arg1', 'arg2').should.be true
18 it "should show an alert if something went wrong while executing the given command" do
35 execute('/some/command', 'arg1', 'arg2').should.be false
H A Dconfig_installer_test.rb28 it "should initialize" do
29 @installer.data.should == [{
41 it "should be able to add a new entry to the hosts" do
48 it "should only add the main ServerName host to the hosts if there are no aliases" do
54 it "should write the correct vhost file for a Rails application" do
56 File.read(@vhost_file).should == %{
69 it "should write the correct vhost file for a Rack application" do
74 File.read(@vhost_file).should == %{
87 it "should not write the ServerAlias line if there are no aliases" do
90 File.read(@vhost_file).should
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/subtest/
H A Dexceptions.t24 'Trying to create a child with another one active should fail';
29 ok my $child2 = $child->child('two'), 'Trying to create nested children should succeed';
33 '... but trying to finalize() a child with open children should fail';
40 'Failing to call finalize should issue an appropriate diagnostic';
41 ok !$tb->is_passing, '... and should cause the test suite to fail';
55 eval { $tb->ok( 1, 'This should throw an exception' ) };
60 like $error, qr/\QCannot run test (This should throw an exception) with active children/,
61 'Running a test with active children should fail';
62 ok !$tb->is_passing, '... and should cause the test suite to fail';
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-moniker/
H A DMakefile.PL8 If you care about plurals, you should install it.
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-moniker-0.08/
H A DMakefile.PL8 If you care about plurals, you should install it.
/macosx-10.9.5/vim-53/runtime/keymap/
H A Ddvorak.vim5 " should work.
H A Daccents.vim6 " UTF-8) should work.
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dmain.ih12 char *check(char *str, regmatch_t sub, char *should);
H A Dmain.c215 char *should[NSHOULD]; local
239 fprintf(stderr, "%d: %s should have given REG_%s\n",
272 fprintf(stderr, "%d: %s exec should have failed\n",
290 should[i] = NULL;
291 nshould = split(f4, should+1, NSHOULD-1, ",");
294 should[1] = "";
297 grump = check(f2, subs[i], should[i]);
402 == char *check(char *str, regmatch_t sub, char *should);
405 check(str, sub, should)
408 char *should;
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m416 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m416 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.9.5/vim-53/runtime/spell/
H A Dhe.vim1 " For Hebrew capitals should not be checked. But only change the
H A Dyi.vim1 " For Yiddish capitals should not be checked. But only change the
/macosx-10.9.5/dcerpc-58/dcerpc/include/compat/
H A Dbaserpc.h80 #error Define either USE_DCE_STYLE or USE_MS_STYLE to decide which rpc call style should be used.
/macosx-10.9.5/perl-92/fix/
H A Ddummy.pl5 The contents of this script should normally never run! The perl wrapper
6 should pick the correct script in /usr/bin by appending the appropriate version.
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/tools/
H A Dtests_from_zdump228 is( \$dt->$p, $t->{local}{$p}, 'local $p should be $t->{local}{$p} ($local_datetime)' );
234 is( \$dt->is_dst, $t->{is_dst}, 'is_dst should be $t->{is_dst} ($local_datetime)' );
235 is( \$dt->offset, $t->{offset}, 'offset should be $t->{offset} ($local_datetime)' );
236 is( \$dt->time_zone_short_name, '$t->{short_name}', 'short name should be $t->{short_name} ($local_datetime)' );
/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Dtst.badfreopen.ksh34 * All of these should fail...
42 * ...so stdout should still be open here.
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dlongdir.test12 longname=This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dwish.i14 new version of the wish executable. Like tclsh.i, this file should
24 as follows (this should be included in a code-block) :
72 * Call the init procedures for included packages. Each call should
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dvalidate.pl88 $mess =~ s/ is not / should not be / ||
89 $mess =~ s/ does not / should not / ||
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A Dbidiapi.txt34 The `default_direction' parameter should be one of UCPGBA_LTR or UCPGBA_RTL
38 The `cursor_motion' parameter should be one of UCPGBA_CURSOR_VISUAL or

Completed in 252 milliseconds

1234567891011>>