* Make TestHttpsInsecure test reliably passing on Darwin. TestHttpsInsecure test runs a profiling session and checks that the results contain expected function name. On OSX prior to 10.11 El Capitan the SIGPROF signal is delivered to the process rather than to the thread which skews the results enough for the test to fail. Relax the check when running on OSX and other operating systems known to have issues with the profiling signal (the list is taken from src/runtime/pprof/pprof_test.go in Go source). Also add the multiple variants of OSX to the continuous testing. Fixes #146 and #156. * Document the motivation for the empty loop.
|
|
||
1 |
|
1 |
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
|
6 |
|
2 |
|
7 |
|
3 |
|
8 |
|
4 |
|
9 |
|
|
|
10 |
|
|
|
11 |
|
|
|
|
5 |
|
|
|
6 |
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
|
19 |
|
|
|
20 |
|
|
|
21 |
|
|
|
22 |
|
|
|
23 |
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
|
27 |
|
|
|
28 |
|
|
|
29 |
|
|
|
30 |
|
|
12 |
|
31 |
|
13 |
|
32 |
|
14 |
|
33 |
|
|
|
||
381 |
|
381 |
|
382 |
|
382 |
|
383 |
|
383 |
|
384 |
|
|
|
|
384 |
|
|
|
385 |
|
|
|
386 |
|
|
|
387 |
|
|
|
388 |
|
|
|
389 |
|
|
385 |
|
390 |
|
386 |
|
391 |
|
387 |
|
392 |
|
|
|
||
409 |
|
414 |
|
410 |
|
415 |
|
411 |
|
416 |
|
412 |
|
|
|
|
417 |
|
|
|
418 |
|
|
|
419 |
|
|
|
420 |
|
|
413 |
|
421 |
|
414 |
|
|
|
415 |
|
|
|
|
422 |
|
|
|
423 |
|
|
416 |
|
424 |
|
417 |
|
425 |
|
418 |
|
426 |
|
|
427 |
|
|
|
428 |
|
|
|
429 |
|
|
|
430 |
|
|
|
431 |
|
|
|
432 |
|
|
|
433 |
|
|
|
434 |
|
|
419 |
|
435 |
|
420 |
|
436 |
|
421 |
|
437 |
|