GithubHelp home page GithubHelp logo

Comments (3)

timotheecour avatar timotheecour commented on July 30, 2024

question: how to run a specific test?
the number of tests failed is misleading, since, for eg, druntime-test-shared comprises of multiple tests (subtests); would be nice to report on these instead

from calypso.

timotheecour avatar timotheecour commented on July 30, 2024

excerpts from Testing/Temporary/LastTest.log:

==============================
Test failed: 
expected:
----
fail_compilation/fail10346.d(9): Error: undefined identifier 'T'
----
actual:
----
fail_compilation/fail10346.d(9): Error: undefined identifier 'T'
fail_compilation/fail10346.d(13): Error: template fail10346.bar cannot deduce function from argument types !(10)(Foo!int), candidates are:
fail_compilation/fail10346.d(9):        fail10346.bar(T x, T)(Foo!T)
----


==============================
Test failed: 
expected:
----
fail_compilation/fail116.d(11): Error: circular typeof definition
fail_compilation/fail116.d(16): Error: template instance square!1.2 does not match template declaration square(_error_ x)
----
actual:
----
fail_compilation/fail116.d(11): Error: undefined identifier 'x'
fail_compilation/fail116.d(16):        while looking for match for square!1.2
----

==============================
Test failed: 
expected:
----
fail_compilation/ice12727.d(16): Error: alias ice12727.IndexTuple!(1, 0).IndexTuple recursive alias declaration
fail_compilation/ice12727.d(23): Error: template instance ice12727.IndexTuple!(1, 0) error instantiating
fail_compilation/ice12727.d(27):        instantiated from here: Matrix!(float, 3)
fail_compilation/ice12727.d(28):        instantiated from here: Vector!(float, 3)
----
actual:
----
Error: out of memory
----


==============================
Test failed: 
expected:
----
fail_compilation/ice4983.d(14): Error: circular reference to 'ice4983.Foo.dg'
----
actual:
----
fail_compilation/ice4983.d(14): Error: struct ice4983.Foo circular reference to 'ice4983.Foo.dg'
----

==============================
Test failed: 
expected:
----
fail_compilation/fail10346.d(9): Error: undefined identifier 'T'
----
actual:
----
fail_compilation/fail10346.d(9): Error: undefined identifier 'T'
fail_compilation/fail10346.d(13): Error: template fail10346.bar cannot deduce function from argument types !(10)(Foo!int), candidates are:
fail_compilation/fail10346.d(9):        fail10346.bar(T x, T)(Foo!T)
----

==============================
Test failed: 
expected:
----
fail_compilation/fail116.d(11): Error: circular typeof definition
fail_compilation/fail116.d(16): Error: template instance square!1.2 does not match template declaration square(_error_ x)
----
actual:
----
fail_compilation/fail116.d(11): Error: undefined identifier 'x'
fail_compilation/fail116.d(16):        while looking for match for square!1.2
----


==============================
Test failed: 
expected:
----
fail_compilation/ice12727.d(16): Error: alias ice12727.IndexTuple!(1, 0).IndexTuple recursive alias declaration
fail_compilation/ice12727.d(23): Error: template instance ice12727.IndexTuple!(1, 0) error instantiating
fail_compilation/ice12727.d(27):        instantiated from here: Matrix!(float, 3)
fail_compilation/ice12727.d(28):        instantiated from here: Vector!(float, 3)
----
actual:
----
Error: out of memory
----

==============================
Test failed: 
expected:
----
fail_compilation/ice4983.d(14): Error: circular reference to 'ice4983.Foo.dg'
----
actual:
----
fail_compilation/ice4983.d(14): Error: struct ice4983.Foo circular reference to 'ice4983.Foo.dg'
----

from calypso.

Syniurge avatar Syniurge commented on July 30, 2024

question: how to run a specific test?

ctest -R *specifictest*
# e.g
ctest -V -R lit-tests

(I just noticed the question sorry)

from calypso.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.