Changes in / [01b9928:38bfe05b]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r01b9928 r38bfe05b  
    2828                wrap([$class: 'TimestamperBuildWrapper']) {
    2929
    30                         notify_server()
     30                        notify_server(1)
    3131
    3232                        prepare_build()
     
    4646                        publish()
    4747
    48                         notify_server()
     48                        notify_server(45)
    4949                }
    5050        }
     
    171171}
    172172
    173 def notify_server() {
    174         sh 'curl --silent -X POST http://plg2:8082/jenkins/notify > /dev/null || true'
     173def notify_server(int wait) {
     174        sh """curl --silent --data "wait=${wait}" -X POST http://plg2:8082/jenkins/notify > /dev/null || true"""
    175175        return
    176176}
  • src/tests/.expect/32/math.txt

    r01b9928 r38bfe05b  
    2222cos:0.540302 0.54030230586814 0.540302305868139717 0.83373-0.988898i 0.833730025131149-0.988897705762865i 0.833730025131149049-0.988897705762865096i
    2323tan:1.55741 1.5574077246549 1.55740772465490223 0.271753+1.08392i 0.271752585319512+1.08392332733869i 0.271752585319511717+1.08392332733869454i
    24 asin:1.5708 1.5707963267949 1.57079632679489662 0.666239+1.06128i 0.666239432492515+1.06127506190504i 0.666239432492515255+1.06127506190503565i
     24asin:1.5708 1.5707963267949 1.57079632679489662 0.66624+1.06128i 0.666239432492515+1.06127506190504i 0.666239432492515255+1.06127506190503565i
    2525acos:0 0 0 0.904557-1.06128i 0.904556894302381-1.06127506190504i 0.904556894302381364-1.06127506190503565i
    2626atan:0.785398 0.785398163397448 0.78539816339744831 1.01722+0.402359i 1.01722196789785+0.402359478108525i 1.01722196789785137+0.402359478108525094i
  • src/tests/sched-int-block.c

    r01b9928 r38bfe05b  
    88
    99enum state_t { WAITED, SIGNAL, BARGE };
    10 
    11 monitor global_t {};
    1210
    1311monitor global_data_t {
Note: See TracChangeset for help on using the changeset viewer.