File tree Expand file tree Collapse file tree 6 files changed +51
-3
lines changed Expand file tree Collapse file tree 6 files changed +51
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Tests/Functional/lit.cfg - Functional test suite lit config -*- python -*-
2
+ #
3
+ # This source file is part of the Swift.org open source project
4
+ #
5
+ # Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
6
+ # Licensed under Apache License v2.0 with Runtime Library Exception
7
+ #
8
+ # See http://swift.org/LICENSE.txt for license information
9
+ # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+
1
11
import os
2
12
import platform
3
13
import tempfile
Original file line number Diff line number Diff line change
1
+ # test_compare.py - Unit tests for xctest_checker.compare -*- python -*-
2
+ #
3
+ # This source file is part of the Swift.org open source project
4
+ #
5
+ # Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
6
+ # Licensed under Apache License v2.0 with Runtime Library Exception
7
+ #
8
+ # See http://swift.org/LICENSE.txt for license information
9
+ # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+
1
11
import tempfile
2
12
import unittest
3
13
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ # xctest_checker.py - Verify XCTest output -*- python -*-
3
+ #
4
+ # This source file is part of the Swift.org open source project
5
+ #
6
+ # Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
7
+ # Licensed under Apache License v2.0 with Runtime Library Exception
8
+ #
9
+ # See http://swift.org/LICENSE.txt for license information
10
+ # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
2
11
3
12
import xctest_checker
4
13
Original file line number Diff line number Diff line change
1
+ # xctest_checker/compare.py - Compares two files line by line -*- python -*-
2
+ #
3
+ # This source file is part of the Swift.org open source project
4
+ #
5
+ # Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
6
+ # Licensed under Apache License v2.0 with Runtime Library Exception
7
+ #
8
+ # See http://swift.org/LICENSE.txt for license information
9
+ # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+
1
11
import re
2
12
3
13
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ # xctest_checker/main.py - Entry point for xctest_checker -*- python -*-
3
+ #
4
+ # This source file is part of the Swift.org open source project
5
+ #
6
+ # Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
7
+ # Licensed under Apache License v2.0 with Runtime Library Exception
8
+ #
9
+ # See http://swift.org/LICENSE.txt for license information
10
+ # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
2
11
3
12
from __future__ import absolute_import
4
13
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
-
2
+ # build_script.py - Build, install, and test XCTest -*- python -*-
3
+ #
3
4
# This source file is part of the Swift.org open source project
4
5
#
5
- # Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
6
+ # Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
6
7
# Licensed under Apache License v2.0 with Runtime Library Exception
7
8
#
8
9
# See http://swift.org/LICENSE.txt for license information
9
10
# See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
- #
11
11
12
12
import argparse
13
13
import glob
You can’t perform that action at this time.
0 commit comments