Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 64 for badbad (0.2 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitConsoleLoggingIntegrationTest.groovy

                ${maybeParentheses('badTest')} FAILED
                    java.lang.RuntimeException: bad
                        at org.gradle.SomeTest.beBad(SomeTest.java:${lineNumberOf('throw new RuntimeException("bad")')})
                        at org.gradle.SomeTest.badTest(SomeTest.java:${lineNumberOf('beBad();')})
            """.stripIndent())
    
            outputContains("${maybeParentheses('ignoredTest')} SKIPPED")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:58:24 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/PluginPrefixResolverStub.java

            return new PluginPrefixResult() {
                public String getGroupId() {
                    return "com.foobar";
                }
    
                public String getArtifactId() {
                    return "bazbaz";
                }
    
                public ArtifactRepository getRepository() {
                    return null;
                }
            };
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_fs_patterns.txt

    syntax error!
    
    -- x/y/z/z.go --
    package z
    
    -- x/y/z/w/w.go --
    package w
    
    -- @at/go.mod --
    module at
    
    go 1.14
    -- @at/at.go --
    package at
    
    -- badat/go.mod --
    module badat
    
    go 1.14
    -- badat/bad@/bad.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 18:09:53 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/projects/child-which-inherits-from-super-model.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    
    <model>
      <groupId>foo</groupId>
      <artifactId>bar</artifactId>
      <name>Babar</name>
      <version>4.5</version>
    
      <!-- Build element should be inherited from the super model -->
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 23 12:04:30 UTC 2014
    - 954 bytes
    - Viewed (0)
  5. src/sync/atomic/value_test.go

    	var v Value
    	v.Store("foo")
    	x := v.Load()
    	if xx, ok := x.(string); !ok || xx != "foo" {
    		t.Fatalf("wrong value: got %+v, want foo", x)
    	}
    	v.Store("barbaz")
    	x = v.Load()
    	if xx, ok := x.(string); !ok || xx != "barbaz" {
    		t.Fatalf("wrong value: got %+v, want barbaz", x)
    	}
    }
    
    func TestValuePanic(t *testing.T) {
    	const nilErr = "sync/atomic: store of nil value into Value"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess/lv/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/lv/stopwords.txt
    aiz
    ap
    ar
    apakš
    ārpus
    augšpus
    bez
    caur
    dēļ
    gar
    iekš
    iz
    kopš
    labad
    lejpus
    līdz
    no
    otrpus
    pa
    par
    pār
    pēc
    pie
    pirms
    pret
    priekš
    starp
    šaipus
    uz
    viņpus
    virs
    virspus
    zem
    apakšpus
    # Conjunctions
    un
    bet
    jo
    ja
    ka
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 1.2K bytes
    - Viewed (0)
  7. operator/pkg/validate/validate_test.go

    tag: v1.2.3
    meshConfig:
      rootNamespace: istio-system
    values:
      global:
        proxy:
          includeIPRanges: "1.1.0.0/16,2.2.0.0/16"
          excludeIPRanges: "3.3.0.0/16,4.4.0.0/16"
    
    `,
    		},
    		{
    			desc: "BadTag",
    			yamlStr: `
    hub: ?illegal-tag!
    `,
    			wantErrs: makeErrors([]string{`invalid value Hub: ?illegal-tag!`}),
    		},
    		{
    			desc: "BadHub",
    			yamlStr: `
    hub: docker.io:tag/istio
    `,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 25 11:44:31 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  8. src/internal/coverage/pods/pods_test.go

    		if exp != got {
    			t.Errorf("pod %d: expected:\n%s\ngot:\n%s", k, exp, got)
    		}
    	}
    
    	// Check handling of bad/unreadable dir.
    	if runtime.GOOS == "linux" {
    		dbad := "/dev/null"
    		_, err = pods.CollectPods([]string{dbad}, true)
    		if err == nil {
    			t.Errorf("executed error due to unreadable dir")
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 31 14:00:17 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  9. platforms/core-configuration/declarative-dsl-provider/src/integTest/groovy/org/gradle/internal/declarativedsl/settings/SoftwareTypeConventionIntegrationTest.groovy

                ${setAll("foo", "fooBar")}
                ${addToBaz("foo")}
            """)
            file("bar/build.gradle.dcl") << getDeclarativeScriptThatConfiguresOnlyTestSoftwareType("""
                ${setAll("bar", "barBar")}
                ${dependencies(implementation("bar:foo:2.0"))}
            """)
    
            when:
            run(":foo:printTestSoftwareTypeExtensionWithDependenciesConfiguration")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 12:50:35 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  10. platforms/jvm/language-java/src/test/groovy/org/gradle/api/internal/tasks/compile/incremental/deps/ClassSetAnalysisTest.groovy

            )
    
            when:
            def deps = a.findTransitiveDependents(["Foo"], ["Foo" : IntSet.of(1)])
    
            then:
            deps.getAccessibleDependentClasses() == ["Bar"] as Set
            deps.getPrivateDependentClasses() == ["BarBar"] as Set
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 13.6K bytes
    - Viewed (0)
Back to top