Project

General

Profile

Actions

Bug #10907

closed

Instrumentation of the last function in a file

Added by Ilya Shchepetkov over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
High
Category:
Weaving
Start date:
08/17/2021
Due date:
% Done:

0%

Estimated time:
Detected in build:
git
Platform:
Published in build:

Description

test_simple and @test_function are currently failing because CIF incorrectly instruments last functions in the corresponding files. This causes CIF to generate invalid C code.

Actions #1

Updated by Evgeny Novikov over 2 years ago

  • Category set to Weaving
  • Status changed from New to Closed
  • Priority changed from Normal to High

That was caused by the fact, that a location of a next token for a last function in a file was not valid while instrumentation was based upon it. Though, we did not meet the issue in practice yet, it is still very crucial. In particular, some CIF test cases failed and were disabled due to it. I fixed the issue in ff82373.

Actions

Also available in: Atom PDF