Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(181)

Issue 5645045: Explicitly say that everything is OK at the end of the 'test' rule (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by timurrrr_at_google_com
Modified:
12 years, 1 month ago
Reviewers:
kcc1
CC:
llvm-commits_cs.uiuc.edu, glider, samsonov
Base URL:
http://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/asan/
Visibility:
Public.

Description

Committed http://llvm.org/viewvc/llvm-project?view=rev&revision=149990

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M Makefile.old View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2
timurrrr_at_google_com
Hi, Can you please review this tiny patch? While testing ASan with "-j" I've noticed ...
12 years, 3 months ago (2012-02-07 14:32:22 UTC) #1
kcc1
12 years, 3 months ago (2012-02-07 17:40:30 UTC) #2
r149990, thanks!

On Tue, Feb 7, 2012 at 6:32 AM, <timurrrr@google.com> wrote:

> Reviewers: kcc1,
>
> Message:
> Hi,
>
> Can you please review this tiny patch?
>
> While testing ASan with "-j" I've noticed that intermediate test
> failures are very hard to notice.
> I think it's good to have an explicit green light sign at the end of
> "make test"
>
> Thanks,
> Timur
>
>
>
> Please review this at
http://codereview.appspot.com/**5645045/<http://codereview.appspot.com/5645045/>
>
> Affected files:
>  M     Makefile.old
>
>
> Index: Makefile.old
> ==============================**==============================**=======
> --- Makefile.old        (revision 149985)
> +++ Makefile.old        (working copy)
> @@ -205,6 +205,7 @@
>  all: b64 b32
>
>  test: t64 t32 output_tests lint
> +       @echo "ALL TESTS PASSED"
>
>  output_tests: b32 b64
>        cd tests && ./test_output.sh $(CLANG_CXX) $(CLANG_CC)
>
>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b