set self parseko foreach file [lsort [glob -nocomplain $srcdir/$self/*.stp]] { set test $self/[file tail $file] verbose -log "Running $file" set rc [stap_run_batch $file] if {$rc < 0} { # crashed fail $test } else { setup_xfail *-*-* if {$rc == 0} { pass $test } else { fail $test } } } /fedora/ronignc/public_git/PSP.git/.git' title='.git Git repository'/>
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Text form under implementation [2]Thales13302016-11-309-43/+224
|
* Text form under implementationThales13302016-11-2927-491/+4021
|
* Text under implementation [2]Thales13302016-11-2413-53/+128
|
* Text under implementationThales13302016-11-2340-789/+3282
|
* Last commit not solved yetThales13302016-11-119-47/+70
|
* Fixing reactive generation limit [2]Thales13302016-11-0914-31/+69
|
* Fixing reactive generation limitThales13302016-11-089-19/+25
|
* Reactive limits under implementationThales13302016-11-0714-180/+168
|
* Validation implementedThales13302016-11-0434-225/+286
|
* Power flow validate method under implementationThales13302016-11-0325-224/+460
|
* Gauss-Seidel implementedThales Lima Oliveira2016-11-0231-728/+1859
|
* Power flow (gs) under implementationThales13302016-11-0136-126/+1278
|
* Power flow arrows implementedThales13302016-10-2942-141/+483
|
* Power flow arrow under implementationThales13302016-10-2836-31/+84
|
* All elements forms implementedThales13302016-10-2750-2195/+6182
|
* Capacitor and Inductor forms implementedThales13302016-10-2545-730/+4707
|
* Load form under implementationThales13302016-10-2118-63/+1927
|
* Transformer form implementedThales13302016-10-1827-1219/+1341
|
* Transformer form under implementationThales13302016-10-1733-327/+653
|
* Switching implementedThales13302016-10-1449-466/+7029
|
* Switching form under implementationThales13302016-10-07