Lines Matching full:results
159 "results": [
260 "results": [
350 file_name = os.path.join(tmpdir, "results-{}.sarif".format(idx))
356 self.assertIn("results-merged.sarif", os.listdir(tmpdir))
357 with open(os.path.join(tmpdir, "results-merged.sarif")) as f:
360 self.assertEqual(len(merged["runs"][0]["results"]), 2)
361 self.assertEqual(len(merged["runs"][1]["results"]), 2)
373 "results": [
378 "text": "test message 1-1 [link](sarif:/runs/1/results/0) [link2](sarif:/runs/1/results/0)"
383 "text": "test message 1-2 [link](sarif:/runs/1/results/0)"
393 "results": [
398 "text": "test message 2-1 [link](sarif:/runs/0/results/0)"
403 "text": "test message 2-2 [link](sarif:/runs/0/results/0)"
417 "results": [
422 "text": "test message 3-1 [link](sarif:/runs/1/results/0) [link2](sarif:/runs/1/results/0)"
427 "text": "test message 3-2 [link](sarif:/runs/1/results/0)"
437 "results": [
442 "text": "test message 4-1 [link](sarif:/runs/0/results/0)"
447 "text": "test message 4-2 [link](sarif:/runs/0/results/0)"
461 "results": [
466 "text": "test message 5-1 [link](sarif:/runs/1/results/0) [link2](sarif:/runs/1/results/0)"
471 "text": "test message 5-2 [link](sarif:/runs/1/results/0)"
481 "results": [
486 "text": "test message 6-1 [link](sarif:/runs/0/results/0)"
491 "text": "test message 6-2 [link](sarif:/runs/0/results/0)"
507 file_name = os.path.join(tmpdir, "results-{}.sarif".format(idx))
513 self.assertIn("results-merged.sarif", os.listdir(tmpdir))
514 with open(os.path.join(tmpdir, "results-merged.sarif")) as f:
519 merged["runs"][x]["results"][0]["codeFlows"][0]["message"]["text"]
523 merged["runs"][x]["results"][0]["codeFlows"][0]["threadFlows"][0][
533 "test message 1-1 [link](sarif:/runs/1/results/0) [link2](sarif:/runs/1/results/0)",
534 "test message 2-1 [link](sarif:/runs/0/results/0)",
535 "test message 3-1 [link](sarif:/runs/3/results/0) [link2](sarif:/runs/3/results/0)",
536 "test message 4-1 [link](sarif:/runs/2/results/0)",
537 "test message 5-1 [link](sarif:/runs/5/results/0) [link2](sarif:/runs/5/results/0)",
538 "test message 6-1 [link](sarif:/runs/4/results/0)",
544 "test message 1-2 [link](sarif:/runs/1/results/0)",
545 "test message 2-2 [link](sarif:/runs/0/results/0)",
546 "test message 3-2 [link](sarif:/runs/3/results/0)",
547 "test message 4-2 [link](sarif:/runs/2/results/0)",
548 "test message 5-2 [link](sarif:/runs/5/results/0)",
549 "test message 6-2 [link](sarif:/runs/4/results/0)",
557 "results": [
558 {"message": {"text": "run 1-0 [link](sarif:/runs/1/results/0)"}}
562 "results": [
563 {"message": {"text": "run 1-1 [link](sarif:/runs/2/results/0)"}}
567 "results": [
568 {"message": {"text": "run 1-2 [link](sarif:/runs/3/results/0)"}}
572 "results": [
573 {"message": {"text": "run 1-3 [link](sarif:/runs/4/results/0)"}}
577 "results": [
578 {"message": {"text": "run 1-4 [link](sarif:/runs/5/results/0)"}}
582 "results": [
583 {"message": {"text": "run 1-5 [link](sarif:/runs/6/results/0)"}}
587 "results": [
588 {"message": {"text": "run 1-6 [link](sarif:/runs/7/results/0)"}}
592 "results": [
593 {"message": {"text": "run 1-7 [link](sarif:/runs/8/results/0)"}}
597 "results": [
598 {"message": {"text": "run 1-8 [link](sarif:/runs/9/results/0)"}}
602 "results": [
603 {"message": {"text": "run 1-9 [link](sarif:/runs/0/results/0)"}}
611 "results": [
614 "text": "run 2-0 [link](sarif:/runs/1/results/0) [link2](sarif:/runs/2/results/0)"
620 "results": [
621 {"message": {"text": "run 2-1 [link](sarif:/runs/2/results/0)"}}
625 "results": [
626 {"message": {"text": "run 2-2 [link](sarif:/runs/3/results/0)"}}
630 "results": [
631 {"message": {"text": "run 2-3 [link](sarif:/runs/4/results/0)"}}
635 "results": [
636 {"message": {"text": "run 2-4 [link](sarif:/runs/5/results/0)"}}
640 "results": [
641 {"message": {"text": "run 2-5 [link](sarif:/runs/6/results/0)"}}
645 "results": [
646 {"message": {"text": "run 2-6 [link](sarif:/runs/7/results/0)"}}
650 "results": [
651 {"message": {"text": "run 2-7 [link](sarif:/runs/8/results/0)"}}
655 "results": [
656 {"message": {"text": "run 2-8 [link](sarif:/runs/9/results/0)"}}
660 "results": [
661 {"message": {"text": "run 2-9 [link](sarif:/runs/0/results/0)"}}
670 file_name = os.path.join(tmpdir, "results-{}.sarif".format(idx))
676 self.assertIn("results-merged.sarif", os.listdir(tmpdir))
677 with open(os.path.join(tmpdir, "results-merged.sarif")) as f:
682 merged["runs"][x]["results"][0]["message"]["text"]
688 "run 1-0 [link](sarif:/runs/1/results/0)",
689 "run 1-1 [link](sarif:/runs/2/results/0)",
690 "run 1-2 [link](sarif:/runs/3/results/0)",
691 "run 1-3 [link](sarif:/runs/4/results/0)",
692 "run 1-4 [link](sarif:/runs/5/results/0)",
693 "run 1-5 [link](sarif:/runs/6/results/0)",
694 "run 1-6 [link](sarif:/runs/7/results/0)",
695 "run 1-7 [link](sarif:/runs/8/results/0)",
696 "run 1-8 [link](sarif:/runs/9/results/0)",
697 "run 1-9 [link](sarif:/runs/0/results/0)",
698 "run 2-0 [link](sarif:/runs/11/results/0) [link2](sarif:/runs/12/results/0)",
699 "run 2-1 [link](sarif:/runs/12/results/0)",
700 "run 2-2 [link](sarif:/runs/13/results/0)",
701 "run 2-3 [link](sarif:/runs/14/results/0)",
702 "run 2-4 [link](sarif:/runs/15/results/0)",
703 "run 2-5 [link](sarif:/runs/16/results/0)",
704 "run 2-6 [link](sarif:/runs/17/results/0)",
705 "run 2-7 [link](sarif:/runs/18/results/0)",
706 "run 2-8 [link](sarif:/runs/19/results/0)",
707 "run 2-9 [link](sarif:/runs/10/results/0)",