Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Side by Side Diff: third_party/lit/tests/googletest-format.py

Issue 1663053003: [fusl] Add llvm's lit tool to third_party (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: move down a dir Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/lit/tests/discovery.py ('k') | third_party/lit/tests/lit.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Check the various features of the GoogleTest format.
2 #
3 # RUN: not %{lit} -j 1 -v %{inputs}/googletest-format > %t.out
4 # RUN: FileCheck < %t.out %s
5 #
6 # END.
7
8 # CHECK: -- Testing:
9 # CHECK: PASS: googletest-format :: DummySubDir/OneTest/FirstTest.subTestA
10 # CHECK: FAIL: googletest-format :: DummySubDir/OneTest/FirstTest.subTestB
11 # CHECK-NEXT: *** TEST 'googletest-format :: DummySubDir/OneTest/FirstTest.subTe stB' FAILED ***
12 # CHECK-NEXT: I am subTest B, I FAIL
13 # CHECK-NEXT: And I have two lines of output
14 # CHECK: ***
15 # CHECK: PASS: googletest-format :: DummySubDir/OneTest/ParameterizedTest/0.subT est
16 # CHECK: PASS: googletest-format :: DummySubDir/OneTest/ParameterizedTest/1.subT est
17 # CHECK: Failing Tests (1)
18 # CHECK: Expected Passes : 3
19 # CHECK: Unexpected Failures: 1
20
OLDNEW
« no previous file with comments | « third_party/lit/tests/discovery.py ('k') | third_party/lit/tests/lit.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698